git.stg.codes
/
stg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b4338eb
)
Fix stglibs order in sgauth (for --as-needed)
author
Maxim Mamontov
<faust.madf@gmail.com>
Wed, 21 Sep 2011 10:02:26 +0000
(13:02 +0300)
committer
Maxim Mamontov
<faust.madf@gmail.com>
Wed, 21 Sep 2011 10:02:26 +0000
(13:02 +0300)
projects/sgauth/Makefile
patch
|
blob
|
history
diff --git
a/projects/sgauth/Makefile
b/projects/sgauth/Makefile
index 98867c5f702342a613e851b5e6f34f168ae33ba1..f5988e230773c287feb3d3275e0d65e0bc58d006 100644
(file)
--- a/
projects/sgauth/Makefile
+++ b/
projects/sgauth/Makefile
@@
-11,8
+11,8
@@
SRCS = ./main.cpp \
./web.cpp
STGLIBS = conffiles \
- crypto \
ia \
+ crypto \
common
STGLIBS_INCS = $(addprefix -I ../../stglibs/,$(addsuffix .lib/include,$(STGLIBS)))