]> git.stg.codes - stg.git/blobdiff - stglibs/srvconf.lib/Makefile
Keep stglibs headers and libraries "at home"
[stg.git] / stglibs / srvconf.lib / Makefile
index f2f379d0e4ee8f625ed6c778b0317278f54cdecb..e3bfa76219fdab686afac6203e6a76186be74e83 100644 (file)
@@ -3,7 +3,6 @@
 ###############################################################################
 
 LIB_NAME = stgsrvconf
-PROG = lib$(LIB_NAME)
 
 STGLIBS = -lstgcommon \
           -lstgcrypto
@@ -16,4 +15,7 @@ SRCS =        netunit.cpp \
 INCS = servconf.h \
        netunit.h
 
+LIB_INCS = -I ../common.lib/include \
+          -I ../crypto.lib/include
+
 include ../Makefile.in