summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-08-21 12:19:01 +0100
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-08-25 15:01:38 +0100
commit2a8edcd50f8548e02e5382bb66459df35ca4c41d (patch)
tree931052de65acf77f1e8505a4a26ee2f7d645719b /configure.ac
parentf4464e4b0f3deb0e5b8f26a046d7eb9fefa84076 (diff)
downloadwocky-2a8edcd50f8548e02e5382bb66459df35ca4c41d.tar.gz
configure.ac: define WOCKY_CFLAGS which will be used to build tests and examples
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index affc2a6..e003713 100644
--- a/configure.ac
+++ b/configure.ac
@@ -144,6 +144,10 @@ WOCKY_LCOV(${coverage})
AC_SUBST(PACKAGE_STRING)
+dnl To be used by tests and examples
+WOCKY_CFLAGS='-I${top_builddir} -I${top_srcdir}'
+AC_SUBST(WOCKY_CFLAGS)
+
GTK_DOC_CHECK([1.10])
SHAVE_INIT(.)