diff options
author | František Dvořák <valtri@civ.zcu.cz> | 2009-01-12 19:28:16 +0100 |
---|---|---|
committer | František Dvořák <valtri@civ.zcu.cz> | 2009-01-12 19:28:16 +0100 |
commit | bd2f6dfeef26163468b76c59bbbc50c8a412b8d3 (patch) | |
tree | d1355b254903cdba9d168287be42a6a996cd8f6c | |
parent | 38f72a2f214e8ee815812da1a3e42f86b874ef9d (diff) | |
download | xine-lib-bd2f6dfeef26163468b76c59bbbc50c8a412b8d3.tar.gz xine-lib-bd2f6dfeef26163468b76c59bbbc50c8a412b8d3.tar.bz2 |
Delete implib files for plugins build by mingw.
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
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 |