]> git.stg.codes - stg.git/blobdiff - projects/sgconf_xml/Makefile
Remove 'stg' prefixes from headers and add it to libraries
[stg.git] / projects / sgconf_xml / Makefile
index 33989ae2c4a3225e70744438a39983593239f7ef..752f05a5f6c4a43a419c499c76f3675481e29bd5 100644 (file)
@@ -9,10 +9,10 @@ PROG = sgconf_xml
 SRCS = ./main.cpp \
        ./parser.cpp
 
-LIBS =  -lconffiles \
-        -lstg_crypto \
-        -lstg_common \
-        -lsrvconf
+LIBS =  -lstgconffiles \
+        -lstgcrypto \
+        -lstgcommon \
+        -lstgsrvconf
 
 LIBS += -lexpat \
        $(LIB_THREAD)