]> git.stg.codes - stg.git/blob - projects/stargazer/plugins/other/ping/Makefile
931c3f4a7512b93f7b04ab55f895e4eb7fb58f97
[stg.git] / projects / 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           locker \
16           logger \
17           scriptexecuter
18
19 include ../../Makefile.in
20