]> git.stg.codes - stg.git/blobdiff - projects/sgconf/Makefile
Remove 'stg' prefixes from headers and add it to libraries
[stg.git] / projects / sgconf / Makefile
index 4a0514125b1eb3ac7fa17e9b5cbb234a845d7b33..991355565f633aacbc52655f83df14464940a023 100644 (file)
@@ -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)