X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/f907011b4827e85763372cdea76944b3b1cc3fd2..fe97f14f9caa463e2bc6b81124ce5e9553bc924d:/projects/stargazer/plugins/store/firebird/Makefile

diff --git a/projects/stargazer/plugins/store/firebird/Makefile b/projects/stargazer/plugins/store/firebird/Makefile
index b1485805..a6fb9ccd 100644
--- a/projects/stargazer/plugins/store/firebird/Makefile
+++ b/projects/stargazer/plugins/store/firebird/Makefile
@@ -19,11 +19,14 @@ SRCS =	./firebird_store.cpp \
 
 STGLIBS = ibpp \
 	  common \
-	  locker \
 	  logger \
 	  crypto
 
-LIBS = -lfbclient
+FB_CFLAGS = $(shell fb_config --cflags)
+FB_LDFLAGS = $(shell fb_config --libs)
+
+CXXFLAGS +=  $(FB_CFLAGS)
+LDFLAGS += $(FB_LDFLAGS)
 
 include ../../Makefile.in