diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 81bf51c8d..c8c4dc9a6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -70,7 +70,11 @@ slackbuild: install-data-hook: - @if [ -f "$(top_srcdir)/post-install.sh" ]; then $(top_srcdir)/post-install.sh; fi + @rm -f $(XINE_PLUGINDIR)/*.la + @rm -f $(XINE_PLUGINDIR)/*/*.la + @if test -x "$(top_srcdir)/post-install.sh" ; then \ + $(top_srcdir)/post-install.sh ; \ + fi mostlyclean-generic: |