git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fixed deps between conn and proto.
[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 06f467ba2f199ae4b891423639c560ffe986288c..dd7366981481e63aacb82ead660ff7b35d54eaf0 100644
(file)
--- a/
projects/stargazer/plugins/other/radius/Makefile
+++ b/
projects/stargazer/plugins/other/radius/Makefile
@@
-8,12
+8,12
@@
LIBS += $(LIB_THREAD)
PROG = mod_radius.so
-SRCS = ./radius.cpp
+SRCS = radius.cpp \
+ config.cpp
STGLIBS = common \
crypto \
logger \
- locker \
scriptexecuter
include ../../Makefile.in