]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/other/smux/Makefile
Tables update implemented
[stg.git] / projects / stargazer / plugins / other / smux / Makefile
index b99caab9bc9da2ff2d3932e21eb485c10d73c97d..feaef9ee1d0772228810b62f6df685440faee2e6 100644 (file)
@@ -6,13 +6,14 @@ PROG = mod_smux.so
 
 SRCS =  smux.cpp \
        sensors.cpp \
+       tables.cpp \
        handlers.cpp \
        utils.cpp \
        types.cpp
 
 STGLIBS = -lstgcommon -lstgsmux
 
-CXXFLAGS += -Iasn1
+CXXFLAGS += -I$(DIR_INCLUDE)/stg
 
 include ../../Makefile.in