X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/47ed01e1c077fdce7182b1cc83d33d8475d5e88b..52b4afb2c72468a55fb49aeed3f7dda1277319df:/projects/sgauth/Makefile?ds=inline

diff --git a/projects/sgauth/Makefile b/projects/sgauth/Makefile
index e586695b..338e3500 100644
--- a/projects/sgauth/Makefile
+++ b/projects/sgauth/Makefile
@@ -10,10 +10,10 @@ SRCS = ./main.cpp \
        ./settings_impl.cpp \
        ./web.cpp
 
-STGLIBS =  -lconffiles \
-           -lstg_crypto \
-           -lstg_common \
-           -lia_auth_c
+STGLIBS =  -lstgconffiles \
+           -lstgcrypto \
+           -lstgcommon \
+           -lstgia
 
 LIBS += $(LIB_THREAD)