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 tariff field name in XML-RPC API documentation (tariff -> name)
[stg.git]
/
projects
/
rlm_stg
/
Makefile
diff --git
a/projects/rlm_stg/Makefile
b/projects/rlm_stg/Makefile
index 20530c5288567758285cffa29c41b0dd2e4344ff..da1a57681cd6de3c768ac26f068eaaf231695d87 100644
(file)
--- a/
projects/rlm_stg/Makefile
+++ b/
projects/rlm_stg/Makefile
@@
-11,8
+11,8
@@
PROG = $(LIB_NAME).so
SRCS = ./rlm_stg.cpp \
./stg_client.cpp
-STGLIBS = -lstg
_
common \
- -lstg
_
crypto
+STGLIBS = -lstgcommon \
+ -lstgcrypto
LIBS += $(LIB_THREAD)