]> git.stg.codes - stg.git/blob - projects/stargazer/plugins/other/userstat/Makefile
Remove 'stg' prefixes from headers and add it to libraries
[stg.git] / projects / stargazer / plugins / other / userstat / Makefile
1 ###############################################################################
2 # $Id: Makefile,v 1.4 2007/09/26 14:07:28 faust Exp $
3 ###############################################################################
4
5 include ../../../../../Makefile.conf
6
7 LIBS += -lexpat
8
9 ifeq ($(OS),linux)
10 LIBS += -lpthread
11 endif
12
13 ifeq ($(OS),bsd)
14 LIBS += -lc_r
15 endif
16
17 ifeq ($(OS),bsd5)
18 LIBS += -lc_r
19 endif
20
21 PROG = mod_userstat.so
22
23 SRCS = ./userstat.cpp \
24        ./datathread.cpp
25
26 LIBS += -lstgcommon \
27         -lstgcrypto
28
29 include ../../Makefile.in
30