X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=vlc-config.in.in;h=0c90def5a84140f37baeeed36b486292e6da275e;hb=c118781fbd15ac36f42af4ce76d2f136932b707e;hp=241081853e6ce68769e8e5702a15e83482934251;hpb=62d71fe1d2c90a77c699f1e6fdb199b969461ea6;p=vlc diff --git a/vlc-config.in.in b/vlc-config.in.in index 241081853e..0c90def5a8 100644 --- a/vlc-config.in.in +++ b/vlc-config.in.in @@ -83,6 +83,7 @@ fi if test "${top_builddir}" != ""; then top_builddir="${top_builddir}/" fi +includes="${includes} -I${top_builddir}include" cppflags="${includes}" libs="-L@libdir@" module="" @@ -187,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