]> git.stg.codes - stg.git/blobdiff - stargazer/plugins/other/ping/Makefile
Reorganize plugins.
[stg.git] / stargazer / plugins / other / ping / Makefile
diff --git a/stargazer/plugins/other/ping/Makefile b/stargazer/plugins/other/ping/Makefile
deleted file mode 100644 (file)
index 4edc952..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-###############################################################################
-# $Id: Makefile,v 1.11 2008/12/04 17:21:14 faust Exp $
-###############################################################################
-
-include ../../../../../Makefile.conf
-
-LIBS += $(LIB_THREAD)
-
-PROG = mod_ping.so
-
-SRCS = ./ping.cpp
-
-STGLIBS = pinger \
-         common \
-         logger \
-         scriptexecuter
-
-include ../../Makefile.in
-