From: Eric Bollengier Date: Sat, 20 Nov 2010 14:48:38 +0000 (+0100) Subject: Tweak plugin makefile to install delta-test X-Git-Tag: Release-5.2.1~912 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=74173b119a9c6d4d75805ce439df2c2e731e5235;p=bacula%2Fbacula Tweak plugin makefile to install delta-test --- diff --git a/bacula/src/plugins/fd/Makefile.in b/bacula/src/plugins/fd/Makefile.in index e7d14c98a7..8992a358be 100644 --- a/bacula/src/plugins/fd/Makefile.in +++ b/bacula/src/plugins/fd/Makefile.in @@ -45,6 +45,8 @@ install-test-plugin: all $(MKDIR) $(DESTDIR)$(plugindir) $(LIBTOOL_INSTALL) $(INSTALL_PROGRAM) test-plugin-fd.la $(DESTDIR)$(plugindir) $(RMF) $(DESTDIR)$(plugindir)/test-plugin-fd.la + $(LIBTOOL_INSTALL) $(INSTALL_PROGRAM) delta-test-fd.la $(DESTDIR)$(plugindir) + $(RMF) $(DESTDIR)$(plugindir)/delta-test-fd.la libtool-clean: @find . -name '*.lo' -print | xargs $(LIBTOOL_CLEAN) $(RMF)