Changeset 47d3ba0c807489c6cf918a636e1b5404f5dcbaee
- Timestamp:
- 02/02/08 15:07:33
(6 months ago)
- Author:
- Pierre d'Herbemont <pdherbemont@videolan.org>
- git-committer:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1201961253 +0000
- git-parent:
[03fefb1cb273bf54a9f68828ee03bd490edff233]
- git-author:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1201961253 +0000
- Message:
Makefile.am: Make sure VLC.app will be installed correctly. (Or make sure we won't attempt to install VLC.app).
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r3e75c8b |
r47d3ba0 |
|
| 350 | 350 | if HAVE_DARWIN |
|---|
| 351 | 351 | # Create the MacOS X app |
|---|
| 352 | | vlc_app_DATA = VLC.app |
|---|
| 353 | | vlc_appdir = $(bindir) |
|---|
| | 352 | noinst_DATA = VLC.app |
|---|
| 354 | 353 | # VLC-release.app is the old VLC.app target |
|---|
| 355 | 354 | VLC-release.app: vlc |
|---|