X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/bc6bb1c856a1e2fafb346c205e1d8d64908a58ae..47ed01e1c077fdce7182b1cc83d33d8475d5e88b:/projects/sgauth/Makefile 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)