Makefile.am: Make sure VLC.app will be installed correctly. (Or make sure we won't attempt to install VLC.app).

This commit is contained in:
Pierre d'Herbemont 2008-02-02 14:07:33 +00:00
parent 03fefb1cb2
commit 47d3ba0c80
1 changed files with 1 additions and 2 deletions

View File

@ -349,8 +349,7 @@ nvlc: make-alias
if HAVE_DARWIN
# Create the MacOS X app
vlc_app_DATA = VLC.app
vlc_appdir = $(bindir)
noinst_DATA = VLC.app
# VLC-release.app is the old VLC.app target
VLC-release.app: vlc
( cd src && make )