Changeset 547e481bf1172ddac87d07fa19937be5fbf16749

Show
Ignore:
Timestamp:
02/18/08 12:58:06 (5 months ago)
Author:
Damien Fouilleul <damienf@videolan.org>
git-committer:
Damien Fouilleul <damienf@videolan.org> 1203335886 +0000
git-parent:

[3fcebdaae2f7e16ef3fe5462f46f9b1ff7a4bfd6]

git-author:
Damien Fouilleul <damienf@videolan.org> 1203335886 +0000
Message:

VLC.app: fix bundling of 3rd party dylib

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • Makefile.am

    r5b470a3 r547e481  
    597597           $(top_builddir)/VLC.app/Contents/MacOS/VLC 
    598598    ln -sf ./VLC $(top_builddir)/VLC.app/Contents/MacOS/clivlc 
     599    if test -d $(top_builddir)/extras/contrib/vlc-lib ; then \ 
     600        ln -sfn `pwd`/$(srcdir)/extras/contrib/vlc-lib $(top_builddir)/VLC.app/Contents/MacOS/lib; \ 
     601    fi 
    599602    $(INSTALL) -d $(top_builddir)/VLC.app/Contents/MacOS/modules 
    600603    for i in `$(VLC_CONFIG) --target plugin` ; do \