]> git.stg.codes - stg.git/blob - projects/stargazer/plugins/other/ping/Makefile
Remove 'stg' prefixes from headers and add it to libraries
[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 = -lstgpinger -lstgcommon
14
15 include ../../Makefile.in
16