X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/f907011b4827e85763372cdea76944b3b1cc3fd2..7766e753fefb962209f1898a234053f8c7bbe59d:/projects/stargazer/plugins/store/firebird/Makefile?ds=inline diff --git a/projects/stargazer/plugins/store/firebird/Makefile b/projects/stargazer/plugins/store/firebird/Makefile index b1485805..0e669751 100644 --- a/projects/stargazer/plugins/store/firebird/Makefile +++ b/projects/stargazer/plugins/store/firebird/Makefile @@ -23,7 +23,11 @@ STGLIBS = ibpp \ logger \ crypto -LIBS = -lfbclient +FB_CFLAGS = $(shell fb_config --cflags) +FB_LDFLAGS = $(shell fb_config --libs) + +CXXFLAGS += $(FB_CFLAGS) +LDFLAGS += $(FB_LDFLAGS) include ../../Makefile.in