git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add missing documentation.
[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 773d778ae201c56cd47d4e02737327ae33928457..cbe8156bcb5f4210d1135c8d212b57e74edee480 100644
(file)
--- a/
projects/stargazer/plugins/store/firebird/Makefile
+++ b/
projects/stargazer/plugins/store/firebird/Makefile
@@
-17,7
+17,13
@@
SRCS = ./firebird_store.cpp \
./firebird_store_users.cpp \
./firebird_store_utils.cpp
-STGLIBS = -libpp -lstg_common
+STGLIBS = ibpp \
+ common \
+ logger \
+ crypto
+
+CXXFLAGS += $(FB_CFLAGS)
+LDFLAGS += $(FB_LDFLAGS)
include ../../Makefile.in