git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Allow to use virtual inheritance on SETTINGS for testing purposes
[stg.git]
/
projects
/
sgauth
/
Makefile
diff --git
a/projects/sgauth/Makefile
b/projects/sgauth/Makefile
index e586695bb0bfe86d1944be85b055abf9c369fcd6..338e35008f7be03b250236fc9dbdb1bed24e1255 100644
(file)
--- a/
projects/sgauth/Makefile
+++ b/
projects/sgauth/Makefile
@@
-10,10
+10,10
@@
SRCS = ./main.cpp \
./settings_impl.cpp \
./web.cpp
-STGLIBS = -lconffiles \
- -lstg
_
crypto \
- -lstg
_
common \
- -l
ia_auth_c
+STGLIBS = -l
stg
conffiles \
+ -lstgcrypto \
+ -lstgcommon \
+ -l
stgia
LIBS += $(LIB_THREAD)