]> git.stg.codes - stg.git/blobdiff - stglibs/pinger.lib/Makefile
Remove 'stg' prefixes from headers and add it to libraries
[stg.git] / stglibs / pinger.lib / Makefile
index 5f368b64b76f75e7eb91456af376807d3fa555aa..91f6322dab10042c0000abac44893b649c7f1bd2 100644 (file)
@@ -2,7 +2,7 @@
 # $Id: Makefile,v 1.5 2008/12/04 17:13:14 faust Exp $
 ###############################################################################
 
-LIB_NAME = stg_pinger
+LIB_NAME = stgpinger
 PROG = lib$(LIB_NAME)
 
 SRCS = pinger.cpp
@@ -15,4 +15,4 @@ 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