From 3098a5bec501aa9682acf4a3816a9fa07c1a3784 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Tue, 10 Mar 2009 14:46:32 +0000 Subject: [PATCH] ebl permit to choose between w2_32 and wsock32 network lib git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8517 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/src/win32/filed/plugins/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bacula/src/win32/filed/plugins/Makefile b/bacula/src/win32/filed/plugins/Makefile index 11024003e3..1f48f65f61 100644 --- a/bacula/src/win32/filed/plugins/Makefile +++ b/bacula/src/win32/filed/plugins/Makefile @@ -47,7 +47,7 @@ LIBS_DLL = \ $(LIBS_CRYPTO) \ $(LIBS_PTHREADS) \ $(LIBS_ZLIB) \ - -lwsock32 \ + $(LIBS_NETWORK) \ -lole32 \ -loleaut32 \ -luuid -- 2.39.5