summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorXavier Claessens <xavier.claessens@collabora.co.uk>2012-06-04 19:28:08 +0200
committerXavier Claessens <xavier.claessens@collabora.co.uk>2012-06-05 12:13:17 +0200
commita6365ee7a9d657cfc388c0ae5dfedea675a200b5 (patch)
treec1763661feb63d8d7e8a6de85e29d7fef0f0af00 /examples
parent05287db8a5d4557435356df0fcd6e1cf202e6503 (diff)
downloadtelepathy-glib-a6365ee7a9d657cfc388c0ae5dfedea675a200b5.tar.gz
Examples: disable single include
https://bugs.freedesktop.org/show_bug.cgi?id=49384
Diffstat (limited to 'examples')
-rw-r--r--examples/client/Makefile.am1
-rw-r--r--examples/client/dbus-tubes/Makefile.am1
-rw-r--r--examples/client/stream-tubes/Makefile.am1
-rw-r--r--examples/cm/call/Makefile.am1
-rw-r--r--examples/cm/channelspecific/Makefile.am1
-rw-r--r--examples/cm/contactlist/Makefile.am1
-rw-r--r--examples/cm/echo-message-parts/Makefile.am1
-rw-r--r--examples/cm/extended/Makefile.am1
-rw-r--r--examples/cm/no-protocols/Makefile.am1
-rw-r--r--examples/extensions/Makefile.am1
10 files changed, 10 insertions, 0 deletions
diff --git a/examples/client/Makefile.am b/examples/client/Makefile.am
index c367924a1..5ab8ca00f 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 11c5ddf5b..0a7029ae3 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 12abfcfc6..e12db5eb2 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 566ced038..b8f11b3a5 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 dc4304fe8..4c186b7df 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 7787bc7ea..6e702dd81 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 ae9bb3d79..a87cea108 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 376081c7b..8b5b4fb02 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 b9e1e0d92..05435027b 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 81a8eac96..4590cdcd0 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 = \