X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/258b7ce79dba0c01b378e73bd6b8ee9fb1ae695d..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 ccc63727..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 += -lstgcommon \ - -lstgcrypto - -include ../../Makefile.in -