X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/641204dfbdb9fc870cdd2e7f9e3169a44693e7bf..086e44c60b861d665fe2a3e1cd7d691201e91c8c:/projects/stargazer/plugins/other/userstat/Makefile diff --git a/projects/stargazer/plugins/other/userstat/Makefile b/projects/stargazer/plugins/other/userstat/Makefile deleted file mode 100644 index 23470f88..00000000 --- a/projects/stargazer/plugins/other/userstat/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -############################################################################### -# $Id: Makefile,v 1.1 2008/07/05 12:35:53 faust Exp $ -############################################################################### - -include ../../../../../Makefile.conf - -LIBS += -lexpat - -ifeq ($(OS),linux) -LIBS += -lpthread -endif - -ifeq ($(OS),bsd) -LIBS += -lc_r -endif - -ifeq ($(OS),bsd5) -LIBS += -lc_r -endif - -PROG = mod_userstat.so - -SRCS = ./userstat.cpp - -LIBS += -lstg_common \ - -lstg_crypto - -include ../../Makefile.in -