]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/other/userstat/Makefile
Removed obsolete stuff.
[stg.git] / 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 (file)
index ccc6372..0000000
+++ /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
-