]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/configuration/sgconfig2/Makefile
Removed obsolete stuff.
[stg.git] / projects / stargazer / plugins / configuration / sgconfig2 / Makefile
diff --git a/projects/stargazer/plugins/configuration/sgconfig2/Makefile b/projects/stargazer/plugins/configuration/sgconfig2/Makefile
deleted file mode 100644 (file)
index 68bf7f7..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-###############################################################################
-# $Id: Makefile,v 1.9 2008/12/04 17:09:40 faust Exp $
-###############################################################################
-
-include ../../../../../Makefile.conf
-
-PROG = mod_conf_sg2.so
-
-SRCS = ./stgconfig.cpp \
-       ./rsconf.cpp \
-       ./configproto.cpp \
-       ./parser.cpp \
-       ./parser_tariff.cpp \
-       ./parser_admin.cpp
-
-LIBS += -lexpat \
-       $(LIB_THREAD)
-
-STGLIBS = common \
-         logger
-
-include ../../Makefile.in
-