git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix path to headers in cap_debug
[stg.git]
/
stglibs
/
srvconf.lib
/
Makefile
diff --git
a/stglibs/srvconf.lib/Makefile
b/stglibs/srvconf.lib/Makefile
index 328d8d3384e0bf05e03a772cd0139ca2483a2df1..e3bfa76219fdab686afac6203e6a76186be74e83 100644
(file)
--- a/
stglibs/srvconf.lib/Makefile
+++ b/
stglibs/srvconf.lib/Makefile
@@
-15,4
+15,7
@@
SRCS = netunit.cpp \
INCS = servconf.h \
netunit.h
+LIB_INCS = -I ../common.lib/include \
+ -I ../crypto.lib/include
+
include ../Makefile.in