[unique] Disable single includes in the backends



commit 9af647ccd7d1ffb03b41557ebdd0b577fb454ae4
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Sun Jun 14 10:56:58 2009 +0100

    Disable single includes in the backends
    
    We should add the G_DISABLE_SINGLE_INCLUDES symbol inside the
    dbus/ and bacon/ directories as well.

 unique/bacon/Makefile.am |    1 +
 unique/dbus/Makefile.am  |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/unique/bacon/Makefile.am b/unique/bacon/Makefile.am
index b7784e3..c9c6f44 100644
--- a/unique/bacon/Makefile.am
+++ b/unique/bacon/Makefile.am
@@ -2,6 +2,7 @@ libuniqueincludedir = $(includedir)/unique-1.0/unique
 
 INCLUDES = \
 	-DG_LOG_DOMAIN=\"Unique-Bacon\"	\
+	-DG_DISABLE_SINGLE_INCLUDES \
 	-I$(top_srcdir)
 
 LDADD = $(UNIQUE_LIBS)
diff --git a/unique/dbus/Makefile.am b/unique/dbus/Makefile.am
index eef9784..27ba2cf 100644
--- a/unique/dbus/Makefile.am
+++ b/unique/dbus/Makefile.am
@@ -4,6 +4,7 @@ libuniqueincludedir = $(includedir)/unique-1.0/unique
 
 INCLUDES = \
 	-DG_LOG_DOMAIN=\"Unique-DBus\"	\
+	-DG_DISABLE_SINGLE_INCLUDES \
 	-I$(top_srcdir)
 
 LDADD = $(UNIQUE_LIBS) $(DBUS_LIBS)



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