[next] telepathy-glib: Examples: disable single include

Xavier Claessens xclaesse at kemper.freedesktop.org
Wed Jun 6 02:40:27 PDT 2012


Module: telepathy-glib
Branch: next
Commit: a6365ee7a9d657cfc388c0ae5dfedea675a200b5
URL:    http://cgit.freedesktop.org/telepathy/telepathy-glib/commit/?id=a6365ee7a9d657cfc388c0ae5dfedea675a200b5

Author: Xavier Claessens <xavier.claessens at collabora.co.uk>
Date:   Mon Jun  4 19:28:08 2012 +0200

Examples: disable single include

https://bugs.freedesktop.org/show_bug.cgi?id=49384

---

 examples/client/Makefile.am                |    1 +
 examples/client/dbus-tubes/Makefile.am     |    1 +
 examples/client/stream-tubes/Makefile.am   |    1 +
 examples/cm/call/Makefile.am               |    1 +
 examples/cm/channelspecific/Makefile.am    |    1 +
 examples/cm/contactlist/Makefile.am        |    1 +
 examples/cm/echo-message-parts/Makefile.am |    1 +
 examples/cm/extended/Makefile.am           |    1 +
 examples/cm/no-protocols/Makefile.am       |    1 +
 examples/extensions/Makefile.am            |    1 +
 10 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/examples/client/Makefile.am b/examples/client/Makefile.am
index c367924..5ab8ca0 100644
--- a/examples/client/Makefile.am
+++ b/examples/client/Makefile.am
@@ -58,6 +58,7 @@ LDADD = \
 AM_CPPFLAGS = \
     -I${top_srcdir} -I${top_builddir} \
     -DTP_SEAL_ENABLE \
+    -DTP_DISABLE_SINGLE_INCLUDE \
     $(GLIB_CFLAGS) \
     $(DBUS_CFLAGS) \
     $(NULL)
diff --git a/examples/client/dbus-tubes/Makefile.am b/examples/client/dbus-tubes/Makefile.am
index 11c5ddf..0a7029a 100644
--- a/examples/client/dbus-tubes/Makefile.am
+++ b/examples/client/dbus-tubes/Makefile.am
@@ -15,6 +15,7 @@ LDADD = \
 
 AM_CPPFLAGS = \
     -DTP_SEAL_ENABLE \
+    -DTP_DISABLE_SINGLE_INCLUDE \
     $(NULL)
 
 AM_CFLAGS = \
diff --git a/examples/client/stream-tubes/Makefile.am b/examples/client/stream-tubes/Makefile.am
index 12abfcf..e12db5e 100644
--- a/examples/client/stream-tubes/Makefile.am
+++ b/examples/client/stream-tubes/Makefile.am
@@ -15,6 +15,7 @@ LDADD = \
 
 AM_CPPFLAGS = \
     -DTP_SEAL_ENABLE \
+    -DTP_DISABLE_SINGLE_INCLUDE \
     $(NULL)
 
 AM_CFLAGS = \
diff --git a/examples/cm/call/Makefile.am b/examples/cm/call/Makefile.am
index 566ced0..b8f11b3 100644
--- a/examples/cm/call/Makefile.am
+++ b/examples/cm/call/Makefile.am
@@ -64,6 +64,7 @@ LDADD = \
 AM_CPPFLAGS = \
     -I${top_srcdir} -I${top_builddir} \
     -DTP_SEAL_ENABLE \
+    -DTP_DISABLE_SINGLE_INCLUDE \
     $(GLIB_CFLAGS) \
     $(DBUS_CFLAGS) \
     $(NULL)
diff --git a/examples/cm/channelspecific/Makefile.am b/examples/cm/channelspecific/Makefile.am
index dc4304f..4c186b7 100644
--- a/examples/cm/channelspecific/Makefile.am
+++ b/examples/cm/channelspecific/Makefile.am
@@ -61,6 +61,7 @@ LDADD = \
 AM_CPPFLAGS = \
     -I${top_srcdir} -I${top_builddir} \
     -DTP_SEAL_ENABLE \
+    -DTP_DISABLE_SINGLE_INCLUDE \
     $(GLIB_CFLAGS) \
     $(DBUS_CFLAGS) \
     $(NULL)
diff --git a/examples/cm/contactlist/Makefile.am b/examples/cm/contactlist/Makefile.am
index 7787bc7..6e702dd 100644
--- a/examples/cm/contactlist/Makefile.am
+++ b/examples/cm/contactlist/Makefile.am
@@ -57,6 +57,7 @@ LDADD = \
 AM_CPPFLAGS = \
     -I${top_srcdir} -I${top_builddir} \
     -DTP_SEAL_ENABLE \
+    -DTP_DISABLE_SINGLE_INCLUDE \
     $(GLIB_CFLAGS) \
     $(DBUS_CFLAGS) \
     $(NULL)
diff --git a/examples/cm/echo-message-parts/Makefile.am b/examples/cm/echo-message-parts/Makefile.am
index ae9bb3d..a87cea1 100644
--- a/examples/cm/echo-message-parts/Makefile.am
+++ b/examples/cm/echo-message-parts/Makefile.am
@@ -57,6 +57,7 @@ LDADD = \
 AM_CPPFLAGS = \
     -I${top_srcdir} -I${top_builddir} \
     -DTP_SEAL_ENABLE \
+    -DTP_DISABLE_SINGLE_INCLUDE \
     $(GLIB_CFLAGS) \
     $(DBUS_CFLAGS) \
     $(NULL)
diff --git a/examples/cm/extended/Makefile.am b/examples/cm/extended/Makefile.am
index 376081c..8b5b4fb 100644
--- a/examples/cm/extended/Makefile.am
+++ b/examples/cm/extended/Makefile.am
@@ -46,6 +46,7 @@ LDADD = \
 AM_CPPFLAGS = \
     -I${top_srcdir} -I${top_builddir} \
     -DTP_SEAL_ENABLE \
+    -DTP_DISABLE_SINGLE_INCLUDE \
     $(GLIB_CFLAGS) \
     $(DBUS_CFLAGS) \
     $(NULL)
diff --git a/examples/cm/no-protocols/Makefile.am b/examples/cm/no-protocols/Makefile.am
index b9e1e0d..0543502 100644
--- a/examples/cm/no-protocols/Makefile.am
+++ b/examples/cm/no-protocols/Makefile.am
@@ -41,6 +41,7 @@ LDADD = \
 AM_CPPFLAGS = \
     -I${top_srcdir} -I${top_builddir} \
     -DTP_SEAL_ENABLE \
+    -DTP_DISABLE_SINGLE_INCLUDE \
     $(GLIB_CFLAGS) \
     $(DBUS_CFLAGS) \
     $(NULL)
diff --git a/examples/extensions/Makefile.am b/examples/extensions/Makefile.am
index 81a8eac..4590cdc 100644
--- a/examples/extensions/Makefile.am
+++ b/examples/extensions/Makefile.am
@@ -11,6 +11,7 @@ tools_dir = $(top_srcdir)/tools
 
 AM_CPPFLAGS = \
     -DTP_SEAL_ENABLE \
+    -DTP_DISABLE_SINGLE_INCLUDE \
     $(NULL)
 
 AM_CFLAGS = \



More information about the telepathy-commits mailing list