X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/9dbaa1f22054ff5492e793259d5641b876b57ac1..0d6d9ba8a9c8512a0e1fd66a398c61e656644516:/projects/stargazer/plugins/store/firebird/Makefile

diff --git a/projects/stargazer/plugins/store/firebird/Makefile b/projects/stargazer/plugins/store/firebird/Makefile
index b4cce929..cbe8156b 100644
--- 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 \
-	  locker \
+	  logger \
 	  crypto
 
+CXXFLAGS +=  $(FB_CFLAGS)
+LDFLAGS += $(FB_LDFLAGS)
+
 include ../../Makefile.in