diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2007-11-19 14:30:21 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2007-11-19 14:30:21 +0000 |
commit | 4cc564fc3740ad8cbbca8bd860ad79583bdb2071 (patch) | |
tree | faf670fb33c52a74f81e05616caae94b39013605 /configure.ac | |
parent | 1c93ad7d4f0e340eb0275ff8222930f9a321c004 (diff) |
Give subdirectories -I${top_builddir} -I${top_srcdir}
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 1fb8ef2a0..86f1a45de 100644 --- a/configure.ac +++ b/configure.ac @@ -162,7 +162,7 @@ AC_SUBST(DBUS_LIBS) dnl We want the examples to be able to use TP_GLIB_CFLAGS, TP_GLIB_LIBS dnl as though they were independent programs -TP_GLIB_CFLAGS='' +TP_GLIB_CFLAGS='-I${top_builddir} -I${top_srcdir}' TP_GLIB_LIBS='-L${top_builddir}/telepathy-glib -ltelepathy-glib' AC_SUBST(TP_GLIB_CFLAGS) AC_SUBST(TP_GLIB_LIBS) |