X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/872ac0485ae3c7b74d6adb23e64677e835737f8e..8c6fa3fbaccc22127280bf77a48fab5a3ee0716e:/projects/rlm_stg/Makefile?ds=sidebyside diff --git a/projects/rlm_stg/Makefile b/projects/rlm_stg/Makefile index c17a740b..27f486b4 100644 --- a/projects/rlm_stg/Makefile +++ b/projects/rlm_stg/Makefile @@ -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 \