git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge branch 'stg-2.409'
[stg.git]
/
stglibs
/
pinger.lib
/
Makefile
diff --git
a/stglibs/pinger.lib/Makefile
b/stglibs/pinger.lib/Makefile
index 91f6322dab10042c0000abac44893b649c7f1bd2..803f7ac4edffd2464652fe8547937b35b0f42bad 100644
(file)
--- a/
stglibs/pinger.lib/Makefile
+++ b/
stglibs/pinger.lib/Makefile
@@
-3,7
+3,6
@@
###############################################################################
LIB_NAME = stgpinger
-PROG = lib$(LIB_NAME)
SRCS = pinger.cpp
@@
-11,6
+10,8
@@
INCS = pinger.h
LIBS = $(LIB_THREAD)
+LIB_INCS = -I ../common.lib/include
+
include ../Makefile.in
test: all