git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge branch 'log-unauth-reasons'
[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 3357a50142fa3c5252a5abbda1feaebe0fa4f91f..372a3cd44af4f1a7a2456c4e4c1233b5edc49ce7 100644
(file)
--- a/
projects/stargazer/plugins/store/files/Makefile
+++ b/
projects/stargazer/plugins/store/files/Makefile
@@
-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