[vlc-devel] commit: Fix VLC.app target ( Rafaël Carré )
git version control
git at videolan.org
Tue May 6 20:21:55 CEST 2008
vlc | branch: master | Rafaël Carré <funman at videolan.org> | Tue May 6 20:23:03 2008 +0200| [40df45bfbfe0b6e6ce983bb56e134f0d2f621a46]
Fix VLC.app target
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=40df45bfbfe0b6e6ce983bb56e134f0d2f621a46
---
Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 0ffc515..0c60317 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -634,7 +634,7 @@ VLC.app: vlc
$(top_builddir)/VLC.app/Contents/MacOS/VLC
ln -sf ./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 \
+ find modules/ -name '*_plugin$(LIBEXT)' | while read i; do \
if test -n "$$i" ; \
then ln -sfn "`pwd`/$$i" \
"$(top_builddir)/VLC.app/Contents/MacOS/modules" ; \
More information about the vlc-devel
mailing list