]> git.stg.codes - stg.git/blob - projects/stargazer/plugins/other/smux/Makefile
Link against smux library instead of plain object files
[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         handlers.cpp \
10         utils.cpp \
11         types.cpp
12
13 STGLIBS = -lstgcommon -lstgsmux
14
15 CXXFLAGS += -Iasn1
16
17 include ../../Makefile.in
18
19 .PHONY: asn1
20
21 asn1:
22         $(MAKE) -C asn1 asn1