X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/641204dfbdb9fc870cdd2e7f9e3169a44693e7bf..ede5927555814a1da45d4755a760fc07243ad9ae:/stglibs/pinger.lib/Makefile

diff --git a/stglibs/pinger.lib/Makefile b/stglibs/pinger.lib/Makefile
index 5f368b64..c8c09b3e 100644
--- a/stglibs/pinger.lib/Makefile
+++ b/stglibs/pinger.lib/Makefile
@@ -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,11 @@ INCS = pinger.h
 
 LIBS = $(LIB_THREAD)
 
+LIB_INCS = -I ../locker.lib/include \
+	   -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