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-7.0.0~1377 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=392cfb1b85790d4c94572941c8503839a918f155;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)