X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/4ab6759cf046b076e454cbf01bc4b299e4e63794..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 0046e2cf..00000000 --- a/projects/stargazer/plugins/other/userstat/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -############################################################################### -# $Id: Makefile,v 1.4 2007/09/26 14:07:28 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 \ - ./datathread.cpp - -LIBS += -lstg_common \ - -lstg_crypto - -include ../../Makefile.in -