From 1db55dd73de64b93a356a664aa25d8abdb21b1db Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Mon, 4 Jun 2012 19:28:08 +0200 Subject: [PATCH] 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(+) 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 = \ -- 1.7.9.5