git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Use C++03 in cppcheck.
[stg.git]
/
projects
/
stargazer
/
plugins
/
store
/
files
/
Makefile
diff --git
a/projects/stargazer/plugins/store/files/Makefile
b/projects/stargazer/plugins/store/files/Makefile
index 8bf5777a39fa1f7a095efa7f0bd3fbfc4e45df75..c952d8a1e13fcf248afadf9cbe78f134e86b06e5 100644
(file)
--- a/
projects/stargazer/plugins/store/files/Makefile
+++ b/
projects/stargazer/plugins/store/files/Makefile
@@
-8,7
+8,10
@@
PROG = mod_store_files.so
SRCS = ./file_store.cpp
SRCS = ./file_store.cpp
-STGLIBS = -lstgconffiles -lstgcommon -lstglocker -lstgcrypto
+STGLIBS = conffiles \
+ common \
+ logger \
+ crypto
include ../../Makefile.in
include ../../Makefile.in