Changeset 096b58df0c41bd93ac51ac4ee12dd9027be08bdb

Show
Ignore:
Timestamp:
11/05/07 18:18:17 (10 months ago)
Author:
Pierre d'Herbemont <pdherbemont@videolan.org>
git-committer:
Pierre d'Herbemont <pdherbemont@videolan.org> 1194283097 +0000
git-parent:

[9af57553c9e93a62d2f9b68f78d0420053fbffa2]

git-author:
Pierre d'Herbemont <pdherbemont@videolan.org> 1194283097 +0000
Message:

Makefile.am: Build and export the Framework in package-macosx. This is probably not an appropriate place and will change one day.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • Makefile.am

    rde31813 r096b58d  
    878878    mkdir -p "$(top_builddir)/vlc-${VERSION}/"; 
    879879 
     880# For now, export the framework for third parties, from here 
     881    (cd $(top_builddir)/extras/MacOSX/Framework && xcodebuild); 
     882    cp -r $(top_builddir)/extras/MacOSX/Framework/build/Release/VLC.framework $(top_builddir)/vlc-${VERSION}/VLC.framework 
     883 
    880884# Copy relevant files  
    881885    @if test -e "$(top_builddir)/VLC-release.app/"; then \