X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/d614b065a35df8f3adaa4a4afc0d7a6cb02eef97..5deec545989d26a0e56f11fddf42bfc8ca5886da:/projects/sgauth/Makefile?ds=sidebyside

diff --git a/projects/sgauth/Makefile b/projects/sgauth/Makefile
index 12c7b9fc..e586695b 100644
--- a/projects/sgauth/Makefile
+++ b/projects/sgauth/Makefile
@@ -7,13 +7,13 @@ include ../../Makefile.conf
 PROG = sgauth
 
 SRCS = ./main.cpp \
+       ./settings_impl.cpp \
        ./web.cpp
 
 STGLIBS =  -lconffiles \
            -lstg_crypto \
            -lstg_common \
-           -lia_auth_c \
-           -lcommon_settings
+           -lia_auth_c
 
 LIBS += $(LIB_THREAD)