[vlc-devel] commit: VLC.app: Use a link to vlc for the executable. (Pierre d'Herbemont )
git version control
git at videolan.org
Wed May 28 01:25:01 CEST 2008
vlc | branch: master | Pierre d'Herbemont <pdherbemont at videolan.org> | Wed May 28 01:25:01 2008 +0200| [e73624fd4d2fd111b92a2b20ce91c24bbc90e958]
VLC.app: Use a link to vlc for the executable.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e73624fd4d2fd111b92a2b20ce91c24bbc90e958
---
Makefile.am | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index a5ac29a..bc8ce37 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" ; \
More information about the vlc-devel
mailing list