]>
git.stg.codes - stg.git/blobdiff - projects/sgauth/Makefile
 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)