]> git.sesse.net Git - vlc/commitdiff
VLC.app: Use a link to vlc for the executable.
authorPierre d'Herbemont <pdherbemont@videolan.org>
Tue, 27 May 2008 23:25:01 +0000 (01:25 +0200)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Tue, 27 May 2008 23:25:36 +0000 (01:25 +0200)
Makefile.am

index a5ac29a151e8bf9e831f585fcd08ca1e9d743f3a..bc8ce3774849cf69ea763858f3c4c6db492826d4 100644 (file)
@@ -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" ; \