X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/7ff9feb528dd0ec8b80406d718bab1ccbb8456a8..bfec9cc7ab5a396f7662090b208691ec59a69f1b:/projects/sgconf/Makefile

diff --git a/projects/sgconf/Makefile b/projects/sgconf/Makefile
index 4a051412..99135556 100644
--- a/projects/sgconf/Makefile
+++ b/projects/sgconf/Makefile
@@ -9,10 +9,10 @@ PROG = sgconf
 SRCS = ./main.cpp \
        ./common_sg.cpp
 
-STGLIBS =  -lconffiles \
-           -lstg_common \
-	   -lstg_crypto \
-           -lsrvconf
+STGLIBS =  -lstgconffiles \
+           -lstgcommon \
+	   -lstgcrypto \
+           -lstgsrvconf
 
 LIBS += -lexpat \
 	$(LIB_THREAD)