X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/76e975a593f0194edcbfbfc952eb391b2b8605cf..3df642f3d2537dc5531a8d91c6d85927b34b46c7:/projects/stargazer/plugins/other/smux/Makefile

diff --git a/projects/stargazer/plugins/other/smux/Makefile b/projects/stargazer/plugins/other/smux/Makefile
index b99caab9..feaef9ee 100644
--- a/projects/stargazer/plugins/other/smux/Makefile
+++ b/projects/stargazer/plugins/other/smux/Makefile
@@ -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