git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix installing libraries
[stg.git]
/
projects
/
stargazer
/
plugins
/
store
/
firebird
/
Makefile
diff --git
a/projects/stargazer/plugins/store/firebird/Makefile
b/projects/stargazer/plugins/store/firebird/Makefile
index 8b175fd99e32de2f263bea242710778bf811108b..b4cce929949d7e5b0a78af6fcef9690984f58158 100644
(file)
--- a/
projects/stargazer/plugins/store/firebird/Makefile
+++ b/
projects/stargazer/plugins/store/firebird/Makefile
@@
-17,7
+17,10
@@
SRCS = ./firebird_store.cpp \
./firebird_store_users.cpp \
./firebird_store_utils.cpp
-STGLIBS = -libpp -lstgcommon -lstglocker -lstgcrypto
+STGLIBS = ibpp \
+ common \
+ locker \
+ crypto
include ../../Makefile.in