]> git.stg.codes - stg.git/blobdiff - stglibs/srvconf.lib/Makefile
Port to CMake, get rid of os_int.h.
[stg.git] / stglibs / srvconf.lib / Makefile
diff --git a/stglibs/srvconf.lib/Makefile b/stglibs/srvconf.lib/Makefile
deleted file mode 100644 (file)
index e3bfa76..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-###############################################################################
-# $Id: Makefile,v 1.9 2010/08/18 07:47:03 faust Exp $
-###############################################################################
-
-LIB_NAME = stgsrvconf
-
-STGLIBS = -lstgcommon \
-          -lstgcrypto
-LIBS = -lexpat
-
-SRCS =         netunit.cpp \
-        parser.cpp \
-        servconf.cpp
-
-INCS = servconf.h \
-       netunit.h
-
-LIB_INCS = -I ../common.lib/include \
-          -I ../crypto.lib/include
-
-include ../Makefile.in