]> git.stg.codes - stg.git/blob - stargazer/plugins/other/ping/Makefile
Port to CMake, get rid of os_int.h.
[stg.git] / stargazer / plugins / other / ping / Makefile
1 ###############################################################################
2 # $Id: Makefile,v 1.11 2008/12/04 17:21:14 faust Exp $
3 ###############################################################################
4
5 include ../../../../../Makefile.conf
6
7 LIBS += $(LIB_THREAD)
8
9 PROG = mod_ping.so
10
11 SRCS = ./ping.cpp
12
13 STGLIBS = pinger \
14           common \
15           logger \
16           scriptexecuter
17
18 include ../../Makefile.in
19