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
9d9587c8
Commit
9d9587c8
authored
Sep 03, 2007
by
Rémi Denis-Courmont
Browse files
subdir build fix
parent
6dea9612
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Makefile.am
View file @
9d9587c8
...
...
@@ -88,7 +88,7 @@ HEADERS_include = \
modules/builtin.h
:
modules/builtin.h.in ../vlc-config Makefile.am
rm
-f
--
"
$@
.tmp"
cat
"modules/builtin.h.in"
>
"
$@
.tmp"
cat
"
$(srcdir)
/
modules/builtin.h.in"
>
"
$@
.tmp"
if
!HAVE_PLUGINS
plugins
=
"
$$
(
$(VLC_CONFIG)
--list plugin)"
;
\
test
-n
"
$
${plugins}
"
&&
\
...
...
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