From bd2f6dfeef26163468b76c59bbbc50c8a412b8d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Mon, 12 Jan 2009 19:28:16 +0100 Subject: Delete implib files for plugins build by mingw. --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.am b/Makefile.am index 211f0e8cd..551238f94 100644 --- a/Makefile.am +++ b/Makefile.am @@ -86,6 +86,8 @@ uninstall-hook: install-data-hook: @rm -f $(DESTDIR)$(XINE_PLUGINDIR)/*.la @rm -f $(DESTDIR)$(XINE_PLUGINDIR)/*/*.la + @rm -f $(DESTDIR)$(XINE_PLUGINDIR)/*.dll.a + @rm -f $(DESTDIR)$(XINE_PLUGINDIR)/*/*.dll.a @if test -x "$(top_srcdir)/post-install.sh" ; then \ $(top_srcdir)/post-install.sh ; \ fi -- cgit v1.2.3