]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/configuration/sgconfig/Makefile
Fix projects and plugins building system to support new libs
[stg.git] / projects / stargazer / plugins / configuration / sgconfig / Makefile
index f49ed0189bbed5bfae25b950c5a3b267f3d055ef..b6f4938a632095cfcdf505f4fb950e39d65845e6 100644 (file)
@@ -16,7 +16,11 @@ SRCS = ./stgconfig.cpp \
 LIBS += -lexpat \
        $(LIB_THREAD)
 
-STGLIBS = -lstgcommon -lstglogger -lstgcrypto
+STGLIBS = common \
+         locker \
+         logger \
+         crypto \
+         scriptexecuter
 
 include ../../Makefile.in