From db8f072cb010bb41411b3e1c0366f9f58fca563d Mon Sep 17 00:00:00 2001 From: James Harper Date: Sun, 14 Mar 2010 16:36:52 +0100 Subject: [PATCH] Second plugin patch --- bacula/src/win32/filed/plugins/Makefile | 10 ++++++++++ bacula/src/win32/lib/Makefile | 5 +++++ 2 files changed, 15 insertions(+) diff --git a/bacula/src/win32/filed/plugins/Makefile b/bacula/src/win32/filed/plugins/Makefile index 9a6000c6f6..c37c5acd84 100644 --- a/bacula/src/win32/filed/plugins/Makefile +++ b/bacula/src/win32/filed/plugins/Makefile @@ -44,7 +44,17 @@ EXCHANGE_OBJS = \ $(OBJDIR)/dbi_node.o \ $(OBJDIR)/file_node.o +VSS_BASE_OBJS = \ + $(OBJDIR)/vss_plugin_wrapper.o \ + $(OBJDIR)/vss_base.o \ + $(OBJDIR)/vss_node.o \ + $(OBJDIR)/vss_root_node.o \ + $(OBJDIR)/vss_writer_node.o \ + $(OBJDIR)/vss_component_node.o \ + $(OBJDIR)/vss_file_node.o + SYSTEMSTATE_OBJS = \ + $(VSS_BASE_OBJS) \ $(OBJDIR)/systemstate-fd.o BPIPE_OBJS = \ diff --git a/bacula/src/win32/lib/Makefile b/bacula/src/win32/lib/Makefile index 619dc50ca5..054f878223 100644 --- a/bacula/src/win32/lib/Makefile +++ b/bacula/src/win32/lib/Makefile @@ -149,6 +149,11 @@ $(BINDIR)/bacula.dll: $(DLL_OBJS) bacula$(WIN_VERSION).def $(call checkdir,$@) $(ECHO_CMD)$(CXX) $(LDFLAGS) -mdll -mwindows -Wl,--out-implib,$(OBJDIR)/bacula.a $^ $(LIBS_DLL) -o $@ +#bacula$(WIN_VERSION).def: $(DLL_OBJS) +# ./make_def $(DLL_OBJS) >bacula$(WIN_VERSION).def.new && \ +# mv bacula$(WIN_VERSION).def.new bacula$(WIN_VERSION).def + + include ../Makefile.rules $(OBJDIR)/%.o: %.c -- 2.39.2