]> git.stg.codes - stg.git/commitdiff
Added missing dependency.
authorMaxim Mamontov <faust.madf@gmail.com>
Sun, 11 Nov 2012 16:50:48 +0000 (18:50 +0200)
committerMaxim Mamontov <faust.madf@gmail.com>
Sun, 11 Nov 2012 16:50:48 +0000 (18:50 +0200)
projects/stargazer/plugins/store/firebird/Makefile

index be9b4373dbab02472b64479f0555f3ede9e4582c..0e669751c6157a5f481f28ce7330f99c3174e251 100644 (file)
@@ -20,6 +20,7 @@ SRCS =        ./firebird_store.cpp \
 STGLIBS = ibpp \
          common \
          locker \
+         logger \
          crypto
 
 FB_CFLAGS = $(shell fb_config --cflags)