]> git.stg.codes - stg.git/blobdiff - stargazer/plugins/other/ping/Makefile
Port to CMake, get rid of os_int.h.
[stg.git] / stargazer / plugins / other / ping / Makefile
diff --git a/stargazer/plugins/other/ping/Makefile b/stargazer/plugins/other/ping/Makefile
new file mode 100644 (file)
index 0000000..4edc952
--- /dev/null
@@ -0,0 +1,19 @@
+###############################################################################
+# $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
+