From 260b73d982de0ee33757eb5dc2a3d66198d43836 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Mon, 7 Jul 2008 13:34:05 +0000 Subject: [PATCH] ebl Update to use DB in accurate mode git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7332 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/src/win32/Makefile.inc.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bacula/src/win32/Makefile.inc.in b/bacula/src/win32/Makefile.inc.in index 7b41950ce7..d072fd76f3 100644 --- a/bacula/src/win32/Makefile.inc.in +++ b/bacula/src/win32/Makefile.inc.in @@ -45,6 +45,9 @@ INCLUDE_OPENSSL := -I$(DEPKGS)/include INCLUDE_WX := -I$(DEPKGS)/lib/wx_dll/msw -I$(DEPKGS)/include INCLUDE_MYSQL := -I$(DEPKGS)/include/mysql +LIBS_DB := \ + $(DEPKGS)/lib/libdb.a + LIBS_PTHREADS := \ $(DEPKGS)/lib/libpthreadGCE.a -- 2.39.5