summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2012-09-14 12:03:11 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2012-10-08 15:21:52 +0100
commit534b0ed2fc2ddd4872bca3251025c30037fb3272 (patch)
tree0aa5a43e6d8f9ac9117ecf6f253f5a692e9ccfd9 /configure.ac
parent5ba8d233c1776da8ab894e744e749b760c94275d (diff)
Enable TP_DISABLE_SINGLE_INCLUDE
Tested with telepathy-glib 0.20.0. Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=55391 Reviewed-by: Xavier Claessens <xavier.claessens@collabora.co.uk>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 0749345e..260500da 100644
--- a/configure.ac
+++ b/configure.ac
@@ -262,6 +262,7 @@ AC_DEFINE([TP_VERSION_MIN_REQUIRED], [TP_VERSION_0_18],
AC_DEFINE([TP_VERSION_MAX_ALLOWED], [TP_VERSION_0_20],
[Prevent post-0.20 APIs])
AC_DEFINE([TP_SEAL_ENABLE], [], [Define to hide deprecated struct fields])
+AC_DEFINE([TP_DISABLE_SINGLE_INCLUDE], [], [Avoid individual headers])
PKG_CHECK_MODULES([GLIB],
[glib-2.0 >= 2.30, gobject-2.0, gmodule-no-export-2.0, gio-2.0])