From c2b2f6538f1c946c2da36cde22b43c174ea19a34 Mon Sep 17 00:00:00 2001 From: Maxim Mamontov Date: Sun, 26 Feb 2012 14:29:12 +0200 Subject: [PATCH] Fix dependency on fbclient for mod_store_firebird.so --- projects/stargazer/plugins/store/firebird/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/projects/stargazer/plugins/store/firebird/Makefile b/projects/stargazer/plugins/store/firebird/Makefile index b4cce929..be9b4373 100644 --- a/projects/stargazer/plugins/store/firebird/Makefile +++ b/projects/stargazer/plugins/store/firebird/Makefile @@ -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 -- 2.43.2