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