git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
User parser refactoring.
[stg.git]
/
stglibs
/
ia.lib
/
Makefile
diff --git
a/stglibs/ia.lib/Makefile
b/stglibs/ia.lib/Makefile
index 15104cd298992d6af7803a569c17c4ac076df1e5..3ab0306a04aa6133dd318d6ba4fbf04995db4775 100644
(file)
--- a/
stglibs/ia.lib/Makefile
+++ b/
stglibs/ia.lib/Makefile
@@
-8,8
+8,11
@@
SRCS = ia.cpp
INCS = ia.h
-STGLIBS = -lstgc
ommon \
- -lstgcrypto
+STGLIBS = -lstgc
rypto
+
LIBS = $(LIB_THREAD)
+LIB_INCS = -I ../crypto.lib/include \
+ -I ../common.lib/include
+
include ../Makefile.in