Codebase list virt-viewer / a645d5c
really look into destdir Closes: #504287 Guido Günther authored 15 years ago Guido Guenther committed 15 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
66 # Only leave the .so file in the plugins directory.
77 install-data-hook:
88 - rm -f $(plugindir)/virt-viewer-plugin.a $(plugindir)/virt-viewer-plugin.la
9 + rm -f $(DESTDIR)$(plugindir)/virt-viewer-plugin.a $(plugindir)/virt-viewer-plugin.la
9 + rm -f $(DESTDIR)$(plugindir)/virt-viewer-plugin.a $(DESTDIR)$(plugindir)/virt-viewer-plugin.la
1010
1111 CLEANFILES = virt-viewer-plugin.so
1212