Commit 4275a65a authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Unbreak make vlc from subdir

parent 091de0e9
......@@ -188,7 +188,7 @@ while test $# -gt 0; do
usage 1 1>&1
;;
vlc)
cppflags="${cppflags} -D__VLC__"
cppflags="${cppflags} -D__VLC__ -I${top_builddir}src/misc"
;;
plugin)
echo_plugin=yes
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment