X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/d614b065a35df8f3adaa4a4afc0d7a6cb02eef97..cabe2c96b204b7b0cafcb57290f7592e0c040570:/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)