[vlc-devel] commit: [Win32] Fix yet another packaging issue. (Jean-Baptiste Kempf )

git version control git at videolan.org
Mon Oct 20 22:49:39 CEST 2008


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Oct 20 22:50:58 2008 +0200| [d72aba04bb47269fe1610e777d0099681cdb66f3] | committer: Jean-Baptiste Kempf 

[Win32] Fix yet another packaging issue.

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

 Makefile.am |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 9c23375..c00082a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -886,10 +886,8 @@ endif
 
 #strip exe and main dll
 package-win-common-strip: package-win32-base-debug
-	$(STRIP) "vlc-$(VERSION)/vlc$(EXEEXT)"
-	$(STRIP) "vlc-$(VERSION)/libvlccore$(LIBEXT)"
-	$(STRIP) "vlc-$(VERSION)/libvlc$(LIBEXT)"
-	$(STRIP) "vlc-$(VERSION)/pthreadGC2$(LIBEXT)"
+	for i in "" vlc-$(VERSION)/*$(LIBEXT) ; \
+	  do if test -n "$$i" ; then $(STRIP) "$$i" ; fi; done
 if BUILD_MOZILLA
 	$(STRIP) "vlc-$(VERSION)/mozilla/npvlc$(LIBEXT)"
 endif




More information about the vlc-devel mailing list