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