X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/274acfeef621c24c8201007c6fb249fc89334370..fad2dd8911abd78eaf95005e68c32796650a091a:/projects/rlm_stg/Makefile
diff --git a/projects/rlm_stg/Makefile b/projects/rlm_stg/Makefile
index 72788bcb..27f486b4 100644
--- a/projects/rlm_stg/Makefile
+++ b/projects/rlm_stg/Makefile
@@ -8,9 +8,11 @@ LIB_NAME = rlm_stg
PROG = $(LIB_NAME).so
-SRCS = ./rlm_stg.c \
- ./iface.cpp \
- ./stg_client.cpp
+SRCS = rlm_stg.c \
+ iface.cpp \
+ stg_client.cpp \
+ conn.cpp \
+ radlog.c
STGLIBS = crypto \
common \
@@ -22,10 +24,12 @@ STGLIBS_LIBS = $(addprefix -L ../../stglibs/,$(addsuffix .lib,$(STGLIBS)))
LIBS += $(addprefix -lstg,$(STGLIBS)) $(LIB_THREAD) $(LIBICONV)
ifeq ($(OS),linux)
-LIBS += -ldl
+LIBS += -ldl \
+ -lyajl
else
LIBS += -lintl \
- -lc
+ -lc \
+ -lyajl
endif
SEARCH_DIRS = -I ../../include