X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/3886ef930e3fd54894b8798ab17ef4d3bc0b995a..9d093a68b5f3e5a22e243c92ec2e0bd24b10ea38:/projects/stargazer/plugins/configuration/sgconfig-ng/Makefile?ds=inline diff --git a/projects/stargazer/plugins/configuration/sgconfig-ng/Makefile b/projects/stargazer/plugins/configuration/sgconfig-ng/Makefile new file mode 100644 index 00000000..13bf5484 --- /dev/null +++ b/projects/stargazer/plugins/configuration/sgconfig-ng/Makefile @@ -0,0 +1,23 @@ +############################################################################### +# $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