]> git.stg.codes - stg.git/blob - stglibs/srvconf.lib/Makefile
Use single simple parser for one-tag answers.
[stg.git] / stglibs / srvconf.lib / Makefile
1 ###############################################################################
2 # $Id: Makefile,v 1.9 2010/08/18 07:47:03 faust Exp $
3 ###############################################################################
4
5 LIB_NAME = stgsrvconf
6
7 STGLIBS = -lstgcommon \
8           -lstgcrypto
9 LIBS = -lexpat
10
11 SRCS =  parsers/property.cpp \
12         parsers/simple.cpp \
13         parsers/server_info.cpp \
14         parsers/get_admins.cpp \
15         parsers/get_admin.cpp \
16         parsers/chg_admin.cpp \
17         parsers/auth_by.cpp \
18         parsers/get_user.cpp \
19         parsers/get_users.cpp \
20         parsers/chg_user.cpp \
21         netunit.cpp \
22         servconf.cpp
23
24
25 INCS = servconf.h \
26        netunit.h
27
28 LIB_INCS = -I ../common.lib/include \
29            -I ../crypto.lib/include
30
31 include ../Makefile.in