Changeset a9d17dba883714d98580639980f3142317a22e69
- Timestamp:
- 18/08/07 05:08:56
(1 year ago)
- Author:
- Pierre d'Herbemont <pdherbemont@videolan.org>
- git-committer:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1187406536 +0000
- git-parent:
[7292c475b2570b5daf13995951e53847b0a7b375]
- git-author:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1187406536 +0000
- Message:
Makefile.am: Correctly link share on Mac OS X.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r80def97 |
ra9d17db |
|
| 570 | 570 | done ; \ |
|---|
| 571 | 571 | fi |
|---|
| 572 | | ln -sfn `pwd`/share $(top_builddir)/VLC.app/Contents/MacOS/ |
|---|
| | 572 | ln -sfn `pwd`/$(srcdir)/share $(top_builddir)/VLC.app/Contents/MacOS/ |
|---|
| 573 | 573 | $(INSTALL) -d $(top_builddir)/VLC.app/Contents/MacOS/locale |
|---|
| 574 | 574 | for i in $(ALL_LINGUAS); do \ |
|---|