]> git.stg.codes - stg.git/blobdiff - projects/rscriptd/Makefile
Remove 'stg' prefixes from headers and add it to libraries
[stg.git] / projects / rscriptd / Makefile
index ff08de0dc08932104a26868b1a446725c6527d0a..2b6cbc1c4c6f2a778bd720dc93fa720a973876e5 100644 (file)
@@ -10,11 +10,11 @@ SRCS = ./main.cpp \
        ./listener.cpp \
        ./pidfile.cpp
 
-STGLIBS =  -lstg_logger \
-           -lstg_common \
-          -lstg_crypto \
-           -lscript_executer \
-           -lconffiles
+STGLIBS =  -lstglogger \
+           -lstgcommon \
+          -lstgcrypto \
+           -lstgscriptexecuter \
+           -lstgconffiles
 
 LIBS += $(LIB_THREAD)