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 mysql store plugin compilation errors
[stg.git]
/
projects
/
sgauth
/
Makefile
diff --git
a/projects/sgauth/Makefile
b/projects/sgauth/Makefile
index 12c7b9fc69744df74109f7599f457b6c15d98fe0..e586695bb0bfe86d1944be85b055abf9c369fcd6 100644
(file)
--- a/
projects/sgauth/Makefile
+++ b/
projects/sgauth/Makefile
@@
-7,13
+7,13
@@
include ../../Makefile.conf
PROG = sgauth
SRCS = ./main.cpp \
PROG = sgauth
SRCS = ./main.cpp \
+ ./settings_impl.cpp \
./web.cpp
STGLIBS = -lconffiles \
-lstg_crypto \
-lstg_common \
./web.cpp
STGLIBS = -lconffiles \
-lstg_crypto \
-lstg_common \
- -lia_auth_c \
- -lcommon_settings
+ -lia_auth_c
LIBS += $(LIB_THREAD)
LIBS += $(LIB_THREAD)