[evolution-data-server] Enforce including only top-level GLib and GTK+ headers.



commit c36ba9648ad15d3000743ca5435a9f2d57ddc74d
Author: Matthew Barnes <mbarnes redhat com>
Date:   Sat Aug 8 22:19:59 2009 -0400

    Enforce including only top-level GLib and GTK+ headers.

 configure.ac |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 69ec389..3fb5b91 100644
--- a/configure.ac
+++ b/configure.ac
@@ -147,6 +147,8 @@ AS_COMPILER_FLAGS(WARNING_FLAGS,
 	-DPANGO_DISABLE_DEPRECATED
 	-DGDK_DISABLE_DEPRECATED
 	-DGDK_PIXBUF_DISABLE_DEPRECATED
+	-DG_DISABLE_SINGLE_INCLUDES
+	-DGTK_DISABLE_SINGLE_INCLUDES
 	-Wall -Wextra
 	-Wno-missing-field-initializers
 	-Wno-sign-compare



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]