Changeset 40df45bfbfe0b6e6ce983bb56e134f0d2f621a46

Show
Ignore:
Timestamp:
05/06/08 20:23:03 (2 months ago)
Author:
Rafaël Carré <funman@videolan.org>
git-committer:
Rafaël Carré <funman@videolan.org> 1210098183 +0200
git-parent:

[e2edb44547dfc882d42f687ba677203d0d6e0fa0]

git-author:
Rafaël Carré <funman@videolan.org> 1210098183 +0200
Message:

Fix VLC.app target

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • Makefile.am

    r7849b24 r40df45b  
    635635    ln -sf ./VLC $(top_builddir)/VLC.app/Contents/MacOS/clivlc 
    636636    $(INSTALL) -d $(top_builddir)/VLC.app/Contents/MacOS/modules 
    637     find modules/ -name '*_plugin.$(LIBEXT)' | while read i; do \ 
     637    find modules/ -name '*_plugin$(LIBEXT)' | while read i; do \ 
    638638      if test -n "$$i" ; \ 
    639639       then ln -sfn "`pwd`/$$i" \