]> git.stg.codes - stg.git/blobdiff - stargazer/plugins/other/smux/Makefile
Port to CMake, get rid of os_int.h.
[stg.git] / stargazer / plugins / other / smux / Makefile
diff --git a/stargazer/plugins/other/smux/Makefile b/stargazer/plugins/other/smux/Makefile
new file mode 100644 (file)
index 0000000..08569e5
--- /dev/null
@@ -0,0 +1,22 @@
+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