]> git.stg.codes - stg.git/commitdiff
Fix dependency on fbclient for mod_store_firebird.so
authorMaxim Mamontov <faust.madf@gmail.com>
Sun, 26 Feb 2012 12:29:12 +0000 (14:29 +0200)
committerMaxim Mamontov <faust.madf@gmail.com>
Sun, 26 Feb 2012 12:29:12 +0000 (14:29 +0200)
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