X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/cd0e1421a009ddaf13f38f9157417502f5b1a8f5..8c6fa3fbaccc22127280bf77a48fab5a3ee0716e:/projects/stargazer/plugins/store/firebird/Makefile diff --git a/projects/stargazer/plugins/store/firebird/Makefile b/projects/stargazer/plugins/store/firebird/Makefile index 0e669751..cbe8156b 100644 --- a/projects/stargazer/plugins/store/firebird/Makefile +++ b/projects/stargazer/plugins/store/firebird/Makefile @@ -19,13 +19,9 @@ SRCS = ./firebird_store.cpp \ STGLIBS = ibpp \ common \ - locker \ logger \ crypto -FB_CFLAGS = $(shell fb_config --cflags) -FB_LDFLAGS = $(shell fb_config --libs) - CXXFLAGS += $(FB_CFLAGS) LDFLAGS += $(FB_LDFLAGS)