]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/store/files/Makefile
Search parameter in map case insensitive
[stg.git] / projects / stargazer / plugins / store / files / Makefile
index 3357a50142fa3c5252a5abbda1feaebe0fa4f91f..372a3cd44af4f1a7a2456c4e4c1233b5edc49ce7 100644 (file)
@@ -8,7 +8,11 @@ PROG = mod_store_files.so
 
 SRCS = ./file_store.cpp
 
-STGLIBS = -lconffiles -lstg_common -lstg_locker -lstg_crypto
+STGLIBS = conffiles \
+         common \
+         locker \
+         logger \
+         crypto
 
 include ../../Makefile.in