]> git.stg.codes - stg.git/blob - libs/srvconf/Makefile
d7bc80c01390fdb372f611ff9a11880b4a9b07a4
[stg.git] / libs / srvconf / 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_admin.cpp \
15         parsers/chg_admin.cpp \
16         parsers/get_tariff.cpp \
17         parsers/chg_tariff.cpp \
18         parsers/auth_by.cpp \
19         parsers/get_user.cpp \
20         parsers/chg_user.cpp \
21         parsers/get_service.cpp \
22         parsers/chg_service.cpp \
23         parsers/get_corp.cpp \
24         parsers/chg_corp.cpp \
25         netunit.cpp \
26         servconf.cpp
27
28
29 INCS = servconf.h \
30        netunit.h
31
32 LIB_INCS = -I ../common.lib/include \
33            -I ../crypto.lib/include
34
35 include ../Makefile.in