SRCS = ./rlm_stg.c \
./iface.cpp \
- ./stg_client.cpp
+ ./stg_client.cpp \
+ ./radlog.c
STGLIBS = crypto \
common \
- sgcp
+ json
STGLIBS_INCS = $(addprefix -I ../../stglibs/,$(addsuffix .lib/include,$(STGLIBS)))
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