X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/9d093a68b5f3e5a22e243c92ec2e0bd24b10ea38..80270bc96f3fd1d1f14b3ef539b73ad2eb0017de:/projects/stargazer/plugins/configuration/sgconfig-ng/Makefile diff --git a/projects/stargazer/plugins/configuration/sgconfig-ng/Makefile b/projects/stargazer/plugins/configuration/sgconfig-ng/Makefile deleted file mode 100644 index 13bf5484..00000000 --- a/projects/stargazer/plugins/configuration/sgconfig-ng/Makefile +++ /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_sg-ng.so - -SRCS = ./stgconfig.cpp \ - ./creator.cpp \ - ./main_thread.cpp \ - ./config_thread.cpp \ - ./root_parser.cpp \ - ./parser_info.cpp \ - ./parser_getuser.cpp \ - ./parser_getusers.cpp - -LIBS += -lexpat \ - -lboost_thread-mt - -STGLIBS = -lstg_common -lstg_logger -lcrypto - -include ../../Makefile.in