]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/other/smux/Makefile
Simplified STG_LOCKER.
[stg.git] / projects / stargazer / plugins / other / smux / Makefile
index b99caab9bc9da2ff2d3932e21eb485c10d73c97d..08569e59ba0e88ff860ad7d97c2c955b9e7d0683 100644 (file)
@@ -6,17 +6,17 @@ PROG = mod_smux.so
 
 SRCS =  smux.cpp \
        sensors.cpp \
+       tables.cpp \
        handlers.cpp \
        utils.cpp \
        types.cpp
 
-STGLIBS = -lstgcommon -lstgsmux
+STGLIBS = common \
+         smux \
+         logger \
+         scriptexecuter
 
-CXXFLAGS += -Iasn1
+CFLAGS += -I ../../../../../stglibs/smux.lib/include/stg
+CXXFLAGS += -I ../../../../../stglibs/smux.lib/include/stg
 
 include ../../Makefile.in
-
-.PHONY: asn1
-
-asn1:
-       $(MAKE) -C asn1 asn1