From a47e16c70aa9788860932a65bdffe463a2db9fe6 Mon Sep 17 00:00:00 2001 From: Martin Simmons Date: Wed, 9 Nov 2011 19:05:45 +0100 Subject: [PATCH] define DB_LIBS in stored Makefile.in Signed-off-by: Marco van Wieringen --- bacula/src/stored/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bacula/src/stored/Makefile.in b/bacula/src/stored/Makefile.in index e3af805855..bb5a9bbd46 100644 --- a/bacula/src/stored/Makefile.in +++ b/bacula/src/stored/Makefile.in @@ -18,6 +18,8 @@ DEBUG=@DEBUG@ GETTEXT_LIBS = @LIBINTL@ +DB_LIBS=@DB_LIBS@ + first_rule: all dummy: -- 2.39.5