]> git.stg.codes - stg.git/blob - projects/stargazer/plugins/other/smux/Makefile
Fix projects and plugins building system to support new libs
[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           locker \
18           scriptexecuter
19
20 CFLAGS += -I ../../../../../stglibs/smux.lib/include/stg
21 CXXFLAGS += -I ../../../../../stglibs/smux.lib/include/stg
22
23 include ../../Makefile.in