SRCS = ./rlm_stg.c \
        ./iface.cpp \
-       ./stg_client.cpp
+       ./stg_client.cpp \
+       ./radlog.c
 
 STGLIBS = crypto \
           common \
 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