git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Shut up compiler about printing size_t variable
[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..feaef9ee1d0772228810b62f6df685440faee2e6 100644
(file)
--- 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 \
SRCS = smux.cpp \
sensors.cpp \
+ tables.cpp \
handlers.cpp \
utils.cpp \
types.cpp
STGLIBS = -lstgcommon -lstgsmux
handlers.cpp \
utils.cpp \
types.cpp
STGLIBS = -lstgcommon -lstgsmux
-CXXFLAGS += -I
asn1
+CXXFLAGS += -I
$(DIR_INCLUDE)/stg
include ../../Makefile.in
include ../../Makefile.in