X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/47ed01e1c077fdce7182b1cc83d33d8475d5e88b..a1211c21a5e253a1068042fa9bfdf19056c534ac:/projects/sgauth/Makefile

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)