]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/store/firebird/Makefile
Merge branch 'stg-2.409-radius'
[stg.git] / projects / stargazer / plugins / store / firebird / Makefile
index be9b4373dbab02472b64479f0555f3ede9e4582c..cbe8156bcb5f4210d1135c8d212b57e74edee480 100644 (file)
@@ -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)