X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/aa3ae79d6899ea3c23ba43f28ffe4fb4bb6001bd..a6b0423977ee2ad532b4e5341eaf41e7197804b2:/stargazer/plugins/other/ping/Makefile diff --git a/stargazer/plugins/other/ping/Makefile b/stargazer/plugins/other/ping/Makefile deleted file mode 100644 index 4edc9529..00000000 --- a/stargazer/plugins/other/ping/Makefile +++ /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 -