]> git.stg.codes - stg.git/blob - stglibs/srvconf.lib/Makefile
Removed unused parser.cpp.
[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 =  netunit.cpp \
12         parser_auth_by.cpp \
13         parser_server_info.cpp \
14         parser_check_user.cpp \
15         parser_get_user.cpp \
16         parser_get_users.cpp \
17         parser_chg_user.cpp \
18         parser_send_message.cpp \
19         servconf.cpp
20
21 INCS = servconf.h \
22        netunit.h
23
24 LIB_INCS = -I ../common.lib/include \
25            -I ../crypto.lib/include
26
27 include ../Makefile.in