summaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
authorDaniel P. Berrange <berrange@redhat.com>2008-11-03 11:04:39 +0000
committerDaniel P. Berrange <berrange@redhat.com>2008-11-03 11:04:39 +0000
commit9951d5e831915ab3b90f4d2190739000a8cd88e9 (patch)
tree00a9871270597c443a482f1c4088fca3e5597ff4 /plugin
parentfb01700365d3d2848e85960424f18f67b24d87e3 (diff)
Fix rule to use DESTDIR on plugin install
Diffstat (limited to 'plugin')
-rw-r--r--plugin/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/Makefile.am b/plugin/Makefile.am
index ff1536e..1735ba6 100644
--- a/plugin/Makefile.am
+++ b/plugin/Makefile.am
@@ -26,7 +26,7 @@ virt-viewer-plugin.so: virt-viewer-plugin.la
# Only leave the .so file in the plugins directory.
install-data-hook:
- rm -f $(plugindir)/virt-viewer-plugin.a $(plugindir)/virt-viewer-plugin.la
+ rm -f $(DESTDIR)$(plugindir)/virt-viewer-plugin.a $(DESTDIR)$(plugindir)/virt-viewer-plugin.la
CLEANFILES = virt-viewer-plugin.so