]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/store/firebird/Makefile
Fixes in dealing with external libs.
[stg.git] / projects / stargazer / plugins / store / firebird / Makefile
index a6fb9ccd38bbf7fec708ab0dca2b99a0ae6ca07b..cbe8156bcb5f4210d1135c8d212b57e74edee480 100644 (file)
@@ -22,9 +22,6 @@ STGLIBS = ibpp \
          logger \
          crypto
 
-FB_CFLAGS = $(shell fb_config --cflags)
-FB_LDFLAGS = $(shell fb_config --libs)
-
 CXXFLAGS +=  $(FB_CFLAGS)
 LDFLAGS += $(FB_LDFLAGS)