X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/cd0e1421a009ddaf13f38f9157417502f5b1a8f5..66c4165457f76e06ce6716a42dd4c8495af916db:/projects/stargazer/plugins/store/firebird/Makefile

diff --git a/projects/stargazer/plugins/store/firebird/Makefile b/projects/stargazer/plugins/store/firebird/Makefile
index 0e669751..cbe8156b 100644
--- a/projects/stargazer/plugins/store/firebird/Makefile
+++ b/projects/stargazer/plugins/store/firebird/Makefile
@@ -19,13 +19,9 @@ SRCS =	./firebird_store.cpp \
 
 STGLIBS = ibpp \
 	  common \
-	  locker \
 	  logger \
 	  crypto
 
-FB_CFLAGS = $(shell fb_config --cflags)
-FB_LDFLAGS = $(shell fb_config --libs)
-
 CXXFLAGS +=  $(FB_CFLAGS)
 LDFLAGS += $(FB_LDFLAGS)