]> git.stg.codes - stg.git/blobdiff - projects/rlm_stg/Makefile
Added logger for rlm_stg.
[stg.git] / projects / rlm_stg / Makefile
index 72788bcb7cd5825c9889be62ab288f9d29afb8cf..c17a740bf4725fa27441d6c893b4cbb65e18eb70 100644 (file)
@@ -10,7 +10,8 @@ PROG = $(LIB_NAME).so
 
 SRCS = ./rlm_stg.c \
        ./iface.cpp \
-       ./stg_client.cpp
+       ./stg_client.cpp \
+       ./radlog.c
 
 STGLIBS = crypto \
           common \
@@ -22,10 +23,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