]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/win32/Makefile.inc.in
ebl typo fix
[bacula/bacula] / bacula / src / win32 / Makefile.inc.in
index f0dc0352e37f57381505919757a8d941096f50dc..a174a4a8d6c0395f3c1ef12abd694f976a92d6f4 100644 (file)
 ECHO_CMD = @
 
 # Main Bacula source dir
-MAINDIR := @MAINDIR@
+MAINDIR := @WIN32MAINDIR@
 #
 # Build dir -- i.e. normally  src/win32
-BUILDDIR := @BUILDDIR@
+BUILDDIR := @WIN32BUILDDIR@
 #
 # Dir above Bacula where we find depkgs
-TOPDIR := @TOPDIR@
+TOPDIR := @WIN32TOPDIR@
 #
 # where we find depkgs
 DEPKGS := $(TOPDIR)/depkgs-mingw32
@@ -28,9 +28,9 @@ BINDIR := $(BUILDDIR)/release
 LIBDIR := $(BUILDDIR)/release
 OBJDIR := .
 
-MINGW_BIN := @BINDIR@
-MINGW_INCLUDE := @INCDIR@
-MINGW_DLLDIR := @DLLDIR@
+MINGW_BIN := @WIN32BINDIR@
+MINGW_INCLUDE := @WIN32INCDIR@
+MINGW_DLLDIR := @WIN32DLLDIR@
 
 CC = $(MINGW_BIN)/mingw32-g++ $(DEFINES) $(INCLUDES)
 CXX = $(MINGW_BIN)/mingw32-g++ $(DEFINES) $(INCLUDES)
@@ -89,6 +89,8 @@ LIBS_CATS := \
 LIBS_BACULA := \
         $(LIBDIR)/libbacula.a
 
+LIBS_NETWORK := -lwsock32
+
 HAVES := \
         -DHAVE_WIN32 \
         -DHAVE_MINGW \