git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[NY Flight] Use common encryption/decryption functions.
[stg.git]
/
projects
/
stargazer
/
plugins
/
other
/
radius
/
Makefile
diff --git
a/projects/stargazer/plugins/other/radius/Makefile
b/projects/stargazer/plugins/other/radius/Makefile
index 9735fb67d9d52493b2e20e2bdfe3e5efde9c7b87..06f467ba2f199ae4b891423639c560ffe986288c 100644
(file)
--- a/
projects/stargazer/plugins/other/radius/Makefile
+++ b/
projects/stargazer/plugins/other/radius/Makefile
@@
-10,7
+10,11
@@
PROG = mod_radius.so
SRCS = ./radius.cpp
SRCS = ./radius.cpp
-STGLIBS = -lstgcommon -lstgcrypto
+STGLIBS = common \
+ crypto \
+ logger \
+ locker \
+ scriptexecuter
include ../../Makefile.in
include ../../Makefile.in