git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Change version in build messages.
[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 b4cce929949d7e5b0a78af6fcef9690984f58158..cbe8156bcb5f4210d1135c8d212b57e74edee480 100644
(file)
--- a/
projects/stargazer/plugins/store/firebird/Makefile
+++ b/
projects/stargazer/plugins/store/firebird/Makefile
@@
-19,8
+19,11
@@
SRCS = ./firebird_store.cpp \
STGLIBS = ibpp \
common \
- lo
ck
er \
+ lo
gg
er \
crypto
+CXXFLAGS += $(FB_CFLAGS)
+LDFLAGS += $(FB_LDFLAGS)
+
include ../../Makefile.in