]> git.stg.codes - stg.git/commitdiff
Added new files to build.
authorMaxim Mamontov <faust.madf@gmail.com>
Sat, 12 Sep 2015 11:31:42 +0000 (14:31 +0300)
committerMaxim Mamontov <faust.madf@gmail.com>
Sat, 12 Sep 2015 11:31:42 +0000 (14:31 +0300)
projects/rlm_stg/Makefile

index c17a740bf4725fa27441d6c893b4cbb65e18eb70..27f486b410f443ac68bf6047b9868864bb7d1651 100644 (file)
@@ -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 \