git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Ticket 26. The const MODULE_SETTINGS & ms parameter added to the
[stg.git]
/
projects
/
stargazer
/
plugins
/
other
/
smux
/
Makefile
diff --git
a/projects/stargazer/plugins/other/smux/Makefile
b/projects/stargazer/plugins/other/smux/Makefile
index b99caab9bc9da2ff2d3932e21eb485c10d73c97d..08569e59ba0e88ff860ad7d97c2c955b9e7d0683 100644
(file)
--- 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 \
SRCS = smux.cpp \
sensors.cpp \
+ tables.cpp \
handlers.cpp \
utils.cpp \
types.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
include ../../Makefile.in
-
-.PHONY: asn1
-
-asn1:
- $(MAKE) -C asn1 asn1