From: Pierre d'Herbemont Date: Tue, 27 May 2008 23:25:01 +0000 (+0200) Subject: VLC.app: Use a link to vlc for the executable. X-Git-Tag: 0.9.0-test0~638 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=e73624fd4d2fd111b92a2b20ce91c24bbc90e958;p=vlc VLC.app: Use a link to vlc for the executable. --- diff --git a/Makefile.am b/Makefile.am index a5ac29a151..bc8ce37748 100644 --- a/Makefile.am +++ b/Makefile.am @@ -624,9 +624,8 @@ VLC.app: vlc $(top_builddir)/VLC.app rm -Rf $(top_builddir)/tmp $(INSTALL) -d $(top_builddir)/VLC.app/Contents/MacOS - $(INSTALL) $(top_builddir)/src/.libs/vlc \ - $(top_builddir)/VLC.app/Contents/MacOS/VLC - ln -sf ./VLC $(top_builddir)/VLC.app/Contents/MacOS/clivlc + ln -sf $(top_builddir)/vlc $(top_builddir)/VLC.app/Contents/MacOS/VLC + ln -sf $(top_builddir)/vlc $(top_builddir)/VLC.app/Contents/MacOS/clivlc $(INSTALL) -d $(top_builddir)/VLC.app/Contents/MacOS/modules find modules/ -name '*_plugin$(LIBEXT)' | while read i; do \ if test -n "$$i" ; \