X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/02c2e6246eb5f4a70a3be5f774b6a75f445d3115..65e7a8547ba44041cf6d0045b133e5263308cbd9:/projects/stargazer/plugins/store/firebird/Makefile?ds=sidebyside

diff --git a/projects/stargazer/plugins/store/firebird/Makefile b/projects/stargazer/plugins/store/firebird/Makefile
index 7304d4de..a6fb9ccd 100644
--- a/projects/stargazer/plugins/store/firebird/Makefile
+++ b/projects/stargazer/plugins/store/firebird/Makefile
@@ -17,7 +17,16 @@ SRCS =	./firebird_store.cpp \
 	./firebird_store_users.cpp \
 	./firebird_store_utils.cpp
 
-STGLIBS = -libpp -lstg_common -lstg_locker -lstg_crypto
+STGLIBS = ibpp \
+	  common \
+	  logger \
+	  crypto
+
+FB_CFLAGS = $(shell fb_config --cflags)
+FB_LDFLAGS = $(shell fb_config --libs)
+
+CXXFLAGS +=  $(FB_CFLAGS)
+LDFLAGS += $(FB_LDFLAGS)
 
 include ../../Makefile.in