]> 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 0e669751c6157a5f481f28ce7330f99c3174e251..cbe8156bcb5f4210d1135c8d212b57e74edee480 100644 (file)
@@ -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)