]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/other/smux/Makefile
Port to CMake, get rid of os_int.h.
[stg.git] / projects / stargazer / plugins / other / smux / Makefile
diff --git a/projects/stargazer/plugins/other/smux/Makefile b/projects/stargazer/plugins/other/smux/Makefile
deleted file mode 100644 (file)
index 08569e5..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-include ../../../../../Makefile.conf
-
-LIBS += $(LIB_THREAD)
-
-PROG = mod_smux.so
-
-SRCS =  smux.cpp \
-       sensors.cpp \
-       tables.cpp \
-       handlers.cpp \
-       utils.cpp \
-       types.cpp
-
-STGLIBS = common \
-         smux \
-         logger \
-         scriptexecuter
-
-CFLAGS += -I ../../../../../stglibs/smux.lib/include/stg
-CXXFLAGS += -I ../../../../../stglibs/smux.lib/include/stg
-
-include ../../Makefile.in