summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index c8c4dc9a6..33ca2b998 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -70,8 +70,8 @@ slackbuild:
install-data-hook:
- @rm -f $(XINE_PLUGINDIR)/*.la
- @rm -f $(XINE_PLUGINDIR)/*/*.la
+ @rm -f $(DESTDIR)$(XINE_PLUGINDIR)/*.la
+ @rm -f $(DESTDIR)$(XINE_PLUGINDIR)/*/*.la
@if test -x "$(top_srcdir)/post-install.sh" ; then \
$(top_srcdir)/post-install.sh ; \
fi