]> git.stg.codes - stg.git/blobdiff - stglibs/pinger.lib/Makefile
Merge branch 'stg-2.409-radius'
[stg.git] / stglibs / pinger.lib / Makefile
index 5f368b64b76f75e7eb91456af376807d3fa555aa..803f7ac4edffd2464652fe8547937b35b0f42bad 100644 (file)
@@ -2,8 +2,7 @@
 # $Id: Makefile,v 1.5 2008/12/04 17:13:14 faust Exp $
 ###############################################################################
 
-LIB_NAME = stg_pinger
-PROG = lib$(LIB_NAME)
+LIB_NAME = stgpinger
 
 SRCS = pinger.cpp
 
@@ -11,8 +10,10 @@ INCS = pinger.h
 
 LIBS = $(LIB_THREAD)
 
+LIB_INCS = -I ../common.lib/include
+
 include ../Makefile.in
 
 test: all
        g++ -c test.cpp
-       g++ -o test test.o ./libstg_pinger.a -lpthread
+       g++ -o test test.o ./libstgpinger.a -lpthread