[vlc-commits] commit: Win32: clean the install from libtool and static objects ( Jean-Baptiste Kempf )

git at videolan.org git at videolan.org
Sun Dec 19 00:13:28 CET 2010


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Dec 19 00:08:23 2010 +0100| [d11ef8dd7065088e416369cd3a274393b73ac634] | committer: Jean-Baptiste Kempf 

Win32: clean the install from libtool and static objects

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d11ef8dd7065088e416369cd3a274393b73ac634
---

 Makefile.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 0235b31..841e354 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -769,6 +769,7 @@ endif
 if USE_PEFLAGS
 	find $(win32_destdir) -type f \( -name '*$(LIBEXT)' -print -o -name '*$(EXEEXT)' -print \) -exec $(PEFLAGS) --dynamicbase=true --nxcompat=true {} \;
 endif
+	find $(win32_destdir) -type f \( -name '*.a' -or -name '*.la' \) -exec rm -rf {} \;
 
 package-win-base: package-win-common
 	find $(win32_destdir) -type f \( -name '*$(LIBEXT)' -or -name '*$(EXEEXT)' \) | while read i; \



More information about the vlc-commits mailing list