]> git.stg.codes - stg.git/blob - projects/stargazer/plugins/other/userstat/Makefile
Добавление исходников
[stg.git] / projects / stargazer / plugins / other / userstat / Makefile
1 ###############################################################################
2 # $Id: Makefile,v 1.1 2008/07/05 12:35:53 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
25 LIBS += -lstg_common \
26         -lstg_crypto
27
28 include ../../Makefile.in
29