]> git.stg.codes - stg.git/blobdiff - projects/sgconf/Makefile
Cosmetic changes
[stg.git] / projects / sgconf / Makefile
index 6cc8962f99fc6e811db4fc2d960c0aecf2982fe3..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)
@@ -69,7 +69,7 @@ install-bin:
        install -m $(BIN_MODE) -o $(OWNER) -s $(PROG) $(PREFIX)/usr/sbin/$(PROG)
        $(MAKE) -C $(DIR_LIBSRC) install
 
-uninstall: uninstall-bin uninstall-data
+uninstall: uninstall-bin
 
 uninstall-bin:
        rm -f $(PREFIX)/usr/sbin/$(PROG)