X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/c2b2f6538f1c946c2da36cde22b43c174ea19a34..9b3f8c7252b92a7b32996aa3c2b5e5c16361c82d:/projects/stargazer/plugins/store/firebird/Makefile

diff --git a/projects/stargazer/plugins/store/firebird/Makefile b/projects/stargazer/plugins/store/firebird/Makefile
index be9b4373..cbe8156b 100644
--- a/projects/stargazer/plugins/store/firebird/Makefile
+++ b/projects/stargazer/plugins/store/firebird/Makefile
@@ -19,12 +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)