Changeset c7178603f9371c81e00ca6e3fd768c6c000f5708

Show
Ignore:
Timestamp:
04/19/06 12:13:07 (2 years ago)
Author:
Damien Fouilleul <damienf@videolan.org>
git-committer:
Damien Fouilleul <damienf@videolan.org> 1145441587 +0000
git-parent:

[348abac3a11dd0c6792daed5032ea2788189d53a]

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

- added 'VLC Plugin.plugin' in MacOS X Disk image

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • AUTHORS

    r1b3784c rc717860  
    181181C: Quovodis 
    182182D: ActiveX control 
     183D: Safari/Firefox plugin for MacOS X 
    183184S: Ireland 
    184185 
  • Makefile.am

    rb9560d0 rc717860  
    841841# Copy relevant files  
    842842    cp -R "$(top_builddir)/VLC-release.app" "$(top_builddir)/vlc-${VERSION}/VLC.app" 
     843if BUILD_MOZILLA 
     844    cp -R "$(top_builddir)/mozilla/VLC Plugin.plugin" "$(top_builddir)/vlc-${VERSION}/VLC Plugin.plugin" 
     845endif 
    843846    cd "$(srcdir)" && cp AUTHORS COPYING ChangeLog README README.MacOSX.rtf THANKS NEWS $(top_builddir)/vlc-${VERSION}/ && cp -R extras/MacOSX/Delete_Preferences.app $(top_builddir)/vlc-${VERSION}/ 
    844847