]> git.stg.codes - stg.git/blob - projects/stargazer/plugins/configuration/sgconfig-ng/Makefile
Remove 'stg' prefixes from headers and add it to libraries
[stg.git] / projects / stargazer / plugins / configuration / sgconfig-ng / Makefile
1 ###############################################################################
2 # $Id: Makefile,v 1.9 2008/12/04 17:09:40 faust Exp $
3 ###############################################################################
4
5 include ../../../../../Makefile.conf
6
7 PROG = mod_conf_sg-ng.so
8
9 SRCS = ./stgconfig.cpp \
10        ./creator.cpp \
11        ./main_thread.cpp \
12        ./config_thread.cpp \
13        ./root_parser.cpp \
14        ./parser_info.cpp \
15        ./parser_getuser.cpp \
16        ./parser_getusers.cpp
17
18 LIBS += -lexpat \
19         -lboost_thread-mt
20
21 STGLIBS = -lstgcommon -lstglogger -lcrypto
22
23 include ../../Makefile.in