]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/store/firebird/Makefile
Fix dependency on fbclient for mod_store_firebird.so
[stg.git] / projects / stargazer / plugins / store / firebird / Makefile
index b4cce929949d7e5b0a78af6fcef9690984f58158..be9b4373dbab02472b64479f0555f3ede9e4582c 100644 (file)
@@ -22,5 +22,11 @@ STGLIBS = ibpp \
          locker \
          crypto
 
+FB_CFLAGS = $(shell fb_config --cflags)
+FB_LDFLAGS = $(shell fb_config --libs)
+
+CXXFLAGS +=  $(FB_CFLAGS)
+LDFLAGS += $(FB_LDFLAGS)
+
 include ../../Makefile.in