]> git.sesse.net Git - vlc/commitdiff
Win32: clean the install from libtool and static objects
authorJean-Baptiste Kempf <jb@videolan.org>
Sat, 18 Dec 2010 23:08:23 +0000 (00:08 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Sat, 18 Dec 2010 23:08:23 +0000 (00:08 +0100)
Makefile.am

index 0235b3141abe19ac64ab55a58ce87496e7226428..841e354b7d34a144cd1347b6ea40acbd29ce7031 100644 (file)
@@ -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; \