X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/76e975a593f0194edcbfbfc952eb391b2b8605cf..dda964a76b486001f0debf38deb594ad7c13f416:/projects/stargazer/plugins/other/smux/Makefile diff --git a/projects/stargazer/plugins/other/smux/Makefile b/projects/stargazer/plugins/other/smux/Makefile index b99caab9..08569e59 100644 --- a/projects/stargazer/plugins/other/smux/Makefile +++ b/projects/stargazer/plugins/other/smux/Makefile @@ -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