]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/store/firebird/Makefile
Added missing dependency.
[stg.git] / projects / stargazer / plugins / store / firebird / Makefile
index b4cce929949d7e5b0a78af6fcef9690984f58158..0e669751c6157a5f481f28ce7330f99c3174e251 100644 (file)
@@ -20,7 +20,14 @@ 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)
+
 include ../../Makefile.in