git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Added ability to optionally transfer resetable value to a real var.
[stg.git]
/
projects
/
rlm_stg
/
Makefile
diff --git
a/projects/rlm_stg/Makefile
b/projects/rlm_stg/Makefile
index c17a740bf4725fa27441d6c893b4cbb65e18eb70..27f486b410f443ac68bf6047b9868864bb7d1651 100644
(file)
--- a/
projects/rlm_stg/Makefile
+++ b/
projects/rlm_stg/Makefile
@@
-8,10
+8,11
@@
LIB_NAME = rlm_stg
PROG = $(LIB_NAME).so
-SRCS = ./rlm_stg.c \
- ./iface.cpp \
- ./stg_client.cpp \
- ./radlog.c
+SRCS = rlm_stg.c \
+ iface.cpp \
+ stg_client.cpp \
+ conn.cpp \
+ radlog.c
STGLIBS = crypto \
common \