X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/f907011b4827e85763372cdea76944b3b1cc3fd2..980332313bffde590173f76fd006837e0c8f3bed:/projects/stargazer/plugins/store/firebird/Makefile diff --git a/projects/stargazer/plugins/store/firebird/Makefile b/projects/stargazer/plugins/store/firebird/Makefile index b1485805..cbe8156b 100644 --- a/projects/stargazer/plugins/store/firebird/Makefile +++ b/projects/stargazer/plugins/store/firebird/Makefile @@ -19,11 +19,11 @@ SRCS = ./firebird_store.cpp \ STGLIBS = ibpp \ common \ - locker \ logger \ crypto -LIBS = -lfbclient +CXXFLAGS += $(FB_CFLAGS) +LDFLAGS += $(FB_LDFLAGS) include ../../Makefile.in