]> git.stg.codes - stg.git/blob - stglibs/srvconf.lib/Makefile
Keep stglibs headers and libraries "at home"
[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.cpp \
13         servconf.cpp
14
15 INCS = servconf.h \
16        netunit.h
17
18 LIB_INCS = -I ../common.lib/include \
19            -I ../crypto.lib/include
20
21 include ../Makefile.in