]> git.stg.codes - stg.git/blob - stglibs/srvconf.lib/Makefile
Remove 'stg' prefixes from headers and add it to libraries
[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 PROG = lib$(LIB_NAME)
7
8 STGLIBS = -lstgcommon \
9           -lstgcrypto
10 LIBS = -lexpat
11
12 SRCS =  netunit.cpp \
13         parser.cpp \
14         servconf.cpp
15
16 INCS = servconf.h \
17        netunit.h
18
19 include ../Makefile.in