]> git.stg.codes - stg.git/blob - stglibs/srvconf.lib/Makefile
Added CHG/ADD/DEL_ADMIN parsers.
[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/server_info.cpp \
13         parsers/get_admins.cpp \
14         parsers/get_admin.cpp \
15         parsers/chg_admin.cpp \
16         parsers/add_admin.cpp \
17         parsers/del_admin.cpp \
18         parsers/auth_by.cpp \
19         parsers/check_user.cpp \
20         parsers/get_user.cpp \
21         parsers/get_users.cpp \
22         parsers/chg_user.cpp \
23         parsers/send_message.cpp \
24         netunit.cpp \
25         servconf.cpp
26
27
28 INCS = servconf.h \
29        netunit.h
30
31 LIB_INCS = -I ../common.lib/include \
32            -I ../crypto.lib/include
33
34 include ../Makefile.in