diff options
-rw-r--r-- | misc/Makefile.common | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/misc/Makefile.common b/misc/Makefile.common index b3772941f..aa5ec1013 100644 --- a/misc/Makefile.common +++ b/misc/Makefile.common @@ -49,6 +49,11 @@ uninstall-hook: rm -f $(DESTDIR)$(libdir)/$$p; \ done; \ fi + @list='$(xineplug_LTLIBRARIES)'; for p in $$list; do \ + p="`echo $$p | sed -e 's/\.la$$/\.so/g;s|^.*/||'`"; \ + echo " rm -f $(DESTDIR)$(xineplugdir)/$$p"; \ + rm -f $(DESTDIR)$(xineplugdir)/$$p; \ + done; mostlyclean-generic: -rm -f *~ \#* .*~ .\#* |