Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
5b85463a
Commit
5b85463a
authored
Aug 17, 2005
by
Christophe Massiot
Browse files
* Makefile.am: MacOS X fix when srcdir != builddir.
parent
975a14d3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile.am
View file @
5b85463a
...
...
@@ -608,9 +608,9 @@ VLC-release.app: vlc
then
$(INSTALL)
"
$$
i
$(LIBEXT)
"
\
"
$(top_builddir)
/VLC-release.app/Contents/MacOS/modules"
;
\
fi
;
done
if
test
-d
$(
top_build
dir)
/extras/contrib/vlc-lib
;
then
\
if
test
-d
$(
src
dir)
/extras/contrib/vlc-lib
;
then
\
mkdir
-p
$(top_builddir)
/VLC-release.app/Contents/MacOS/lib
;
\
for
i
in
$(
top_build
dir)
/extras/contrib/vlc-lib/
*
.dylib
;
do
\
for
i
in
$(
src
dir)
/extras/contrib/vlc-lib/
*
.dylib
;
do
\
$(INSTALL)
-m
644
$
${i}
$(top_builddir)
/VLC-release.app/Contents/MacOS/lib/vlc_
`
basename
$
${i}
`
;
\
done
;
\
fi
...
...
@@ -722,9 +722,9 @@ VLC.app: vlc
then
ln
-sfn
"
`
pwd
`
/
$$
i
$(LIBEXT)
"
\
"
$(top_builddir)
/VLC.app/Contents/MacOS/modules"
;
\
fi
;
done
if
test
-d
$(
top_build
dir)
/extras/contrib/vlc-lib
;
then
\
if
test
-d
$(
src
dir)
/extras/contrib/vlc-lib
;
then
\
mkdir
-p
$(top_builddir)
/VLC.app/Contents/MacOS/lib
;
\
for
i
in
$(
top_build
dir)
/extras/contrib/vlc-lib/
*
.dylib
;
do
\
for
i
in
$(
src
dir)
/extras/contrib/vlc-lib/
*
.dylib
;
do
\
ln
-sfn
`
pwd
`
/
$
${i}
$(top_builddir)
/VLC.app/Contents/MacOS/lib/vlc_
`
basename
$
${i}
`
;
\
done
;
\
fi
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment