]> git.sesse.net Git - vlc/commitdiff
[Win32] Fix yet another packaging issue.
authorJean-Baptiste Kempf <jb@videolan.org>
Mon, 20 Oct 2008 20:50:58 +0000 (22:50 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Mon, 20 Oct 2008 20:51:39 +0000 (22:51 +0200)
Makefile.am

index 9c23375073b5bfa62f3236cfbbc26908afcb893f..c00082a9a59b5bd43b0594cc82ebe43743a813a8 100644 (file)
@@ -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