X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/641204dfbdb9fc870cdd2e7f9e3169a44693e7bf..80270bc96f3fd1d1f14b3ef539b73ad2eb0017de:/projects/stargazer/plugins/configuration/sgconfig2/Makefile?ds=inline diff --git a/projects/stargazer/plugins/configuration/sgconfig2/Makefile b/projects/stargazer/plugins/configuration/sgconfig2/Makefile deleted file mode 100644 index ab02cdff..00000000 --- a/projects/stargazer/plugins/configuration/sgconfig2/Makefile +++ /dev/null @@ -1,22 +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 = -lstg_common -lstg_logger - -include ../../Makefile.in -