]> git.stg.codes - stg.git/blob - projects/stargazer/plugins/other/smux/Makefile
Simplified STG_LOCKER.
[stg.git] / projects / stargazer / plugins / other / smux / Makefile
1 include ../../../../../Makefile.conf
2
3 LIBS += $(LIB_THREAD)
4
5 PROG = mod_smux.so
6
7 SRCS =  smux.cpp \
8         sensors.cpp \
9         tables.cpp \
10         handlers.cpp \
11         utils.cpp \
12         types.cpp
13
14 STGLIBS = common \
15           smux \
16           logger \
17           scriptexecuter
18
19 CFLAGS += -I ../../../../../stglibs/smux.lib/include/stg
20 CXXFLAGS += -I ../../../../../stglibs/smux.lib/include/stg
21
22 include ../../Makefile.in