git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e2edb44
)
Fix VLC.app target
author
Rafaël Carré
<funman@videolan.org>
Tue, 6 May 2008 18:23:03 +0000
(20:23 +0200)
committer
Rafaël Carré
<funman@videolan.org>
Tue, 6 May 2008 18:23:03 +0000
(20:23 +0200)
Makefile.am
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index
0ffc515
..
0c60317
100644
(file)
--- a/
Makefile.am
+++ b/
Makefile.am
@@
-634,7
+634,7
@@
VLC.app: vlc
$(top_builddir)/VLC.app/Contents/MacOS/VLC
ln -sf ./VLC $(top_builddir)/VLC.app/Contents/MacOS/clivlc
$(INSTALL) -d $(top_builddir)/VLC.app/Contents/MacOS/modules
- find modules/ -name '*_plugin
.
$(LIBEXT)' | while read i; do \
+ find modules/ -name '*_plugin$(LIBEXT)' | while read i; do \
if test -n "$$i" ; \
then ln -sfn "`pwd`/$$i" \
"$(top_builddir)/VLC.app/Contents/MacOS/modules" ; \