From cd0e1421a009ddaf13f38f9157417502f5b1a8f5 Mon Sep 17 00:00:00 2001 From: Maxim Mamontov Date: Sun, 11 Nov 2012 18:50:48 +0200 Subject: [PATCH] Added missing dependency. --- projects/stargazer/plugins/store/firebird/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/stargazer/plugins/store/firebird/Makefile b/projects/stargazer/plugins/store/firebird/Makefile index be9b4373..0e669751 100644 --- a/projects/stargazer/plugins/store/firebird/Makefile +++ b/projects/stargazer/plugins/store/firebird/Makefile @@ -20,6 +20,7 @@ SRCS = ./firebird_store.cpp \ STGLIBS = ibpp \ common \ locker \ + logger \ crypto FB_CFLAGS = $(shell fb_config --cflags) -- 2.43.2