]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/store/files/Makefile
Fix projects and plugins building system to support new libs
[stg.git] / projects / stargazer / plugins / store / files / Makefile
index 8bf5777a39fa1f7a095efa7f0bd3fbfc4e45df75..372a3cd44af4f1a7a2456c4e4c1233b5edc49ce7 100644 (file)
@@ -8,7 +8,11 @@ PROG = mod_store_files.so
 
 SRCS = ./file_store.cpp
 
-STGLIBS = -lstgconffiles -lstgcommon -lstglocker -lstgcrypto
+STGLIBS = conffiles \
+         common \
+         locker \
+         logger \
+         crypto
 
 include ../../Makefile.in