summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorXavier Claessens <xavier.claessens@collabora.co.uk>2012-06-05 12:18:16 +0200
committerXavier Claessens <xavier.claessens@collabora.co.uk>2012-06-05 13:09:15 +0200
commit3bfa39887625370541e0c654356124ec1ba24501 (patch)
tree058a948aa1047ffdf6521b427f326d594e90c095 /examples
parentbf7e97c45adc04e46118aed0cd449bdc2fa84d6e (diff)
downloadtelepathy-glib-3bfa39887625370541e0c654356124ec1ba24501.tar.gz
Remove useless TP_SEAL_ENABLE
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, 0 insertions, 10 deletions
diff --git a/examples/client/Makefile.am b/examples/client/Makefile.am
index 5ab8ca00f..99ea4d6c6 100644
--- a/examples/client/Makefile.am
+++ b/examples/client/Makefile.am
@@ -57,7 +57,6 @@ LDADD = \
AM_CPPFLAGS = \
-I${top_srcdir} -I${top_builddir} \
- -DTP_SEAL_ENABLE \
-DTP_DISABLE_SINGLE_INCLUDE \
$(GLIB_CFLAGS) \
$(DBUS_CFLAGS) \
diff --git a/examples/client/dbus-tubes/Makefile.am b/examples/client/dbus-tubes/Makefile.am
index 0a7029ae3..22372ac3e 100644
--- a/examples/client/dbus-tubes/Makefile.am
+++ b/examples/client/dbus-tubes/Makefile.am
@@ -14,7 +14,6 @@ LDADD = \
@GLIB_LIBS@
AM_CPPFLAGS = \
- -DTP_SEAL_ENABLE \
-DTP_DISABLE_SINGLE_INCLUDE \
$(NULL)
diff --git a/examples/client/stream-tubes/Makefile.am b/examples/client/stream-tubes/Makefile.am
index e12db5eb2..f37655dfe 100644
--- a/examples/client/stream-tubes/Makefile.am
+++ b/examples/client/stream-tubes/Makefile.am
@@ -14,7 +14,6 @@ LDADD = \
@GLIB_LIBS@
AM_CPPFLAGS = \
- -DTP_SEAL_ENABLE \
-DTP_DISABLE_SINGLE_INCLUDE \
$(NULL)
diff --git a/examples/cm/call/Makefile.am b/examples/cm/call/Makefile.am
index b8f11b3a5..a2a4ec12e 100644
--- a/examples/cm/call/Makefile.am
+++ b/examples/cm/call/Makefile.am
@@ -63,7 +63,6 @@ LDADD = \
# AM_CPPFLAGS.
AM_CPPFLAGS = \
-I${top_srcdir} -I${top_builddir} \
- -DTP_SEAL_ENABLE \
-DTP_DISABLE_SINGLE_INCLUDE \
$(GLIB_CFLAGS) \
$(DBUS_CFLAGS) \
diff --git a/examples/cm/channelspecific/Makefile.am b/examples/cm/channelspecific/Makefile.am
index 4c186b7df..730905c83 100644
--- a/examples/cm/channelspecific/Makefile.am
+++ b/examples/cm/channelspecific/Makefile.am
@@ -60,7 +60,6 @@ LDADD = \
# AM_CPPFLAGS.
AM_CPPFLAGS = \
-I${top_srcdir} -I${top_builddir} \
- -DTP_SEAL_ENABLE \
-DTP_DISABLE_SINGLE_INCLUDE \
$(GLIB_CFLAGS) \
$(DBUS_CFLAGS) \
diff --git a/examples/cm/contactlist/Makefile.am b/examples/cm/contactlist/Makefile.am
index 6e702dd81..75416dce2 100644
--- a/examples/cm/contactlist/Makefile.am
+++ b/examples/cm/contactlist/Makefile.am
@@ -56,7 +56,6 @@ LDADD = \
# AM_CPPFLAGS.
AM_CPPFLAGS = \
-I${top_srcdir} -I${top_builddir} \
- -DTP_SEAL_ENABLE \
-DTP_DISABLE_SINGLE_INCLUDE \
$(GLIB_CFLAGS) \
$(DBUS_CFLAGS) \
diff --git a/examples/cm/echo-message-parts/Makefile.am b/examples/cm/echo-message-parts/Makefile.am
index a87cea108..8ecc5d79f 100644
--- a/examples/cm/echo-message-parts/Makefile.am
+++ b/examples/cm/echo-message-parts/Makefile.am
@@ -56,7 +56,6 @@ LDADD = \
# AM_CPPFLAGS.
AM_CPPFLAGS = \
-I${top_srcdir} -I${top_builddir} \
- -DTP_SEAL_ENABLE \
-DTP_DISABLE_SINGLE_INCLUDE \
$(GLIB_CFLAGS) \
$(DBUS_CFLAGS) \
diff --git a/examples/cm/extended/Makefile.am b/examples/cm/extended/Makefile.am
index 8b5b4fb02..93a731fa6 100644
--- a/examples/cm/extended/Makefile.am
+++ b/examples/cm/extended/Makefile.am
@@ -45,7 +45,6 @@ LDADD = \
# AM_CPPFLAGS.
AM_CPPFLAGS = \
-I${top_srcdir} -I${top_builddir} \
- -DTP_SEAL_ENABLE \
-DTP_DISABLE_SINGLE_INCLUDE \
$(GLIB_CFLAGS) \
$(DBUS_CFLAGS) \
diff --git a/examples/cm/no-protocols/Makefile.am b/examples/cm/no-protocols/Makefile.am
index 05435027b..791cc8b58 100644
--- a/examples/cm/no-protocols/Makefile.am
+++ b/examples/cm/no-protocols/Makefile.am
@@ -40,7 +40,6 @@ LDADD = \
# AM_CPPFLAGS.
AM_CPPFLAGS = \
-I${top_srcdir} -I${top_builddir} \
- -DTP_SEAL_ENABLE \
-DTP_DISABLE_SINGLE_INCLUDE \
$(GLIB_CFLAGS) \
$(DBUS_CFLAGS) \
diff --git a/examples/extensions/Makefile.am b/examples/extensions/Makefile.am
index 4590cdcd0..1cb53d107 100644
--- a/examples/extensions/Makefile.am
+++ b/examples/extensions/Makefile.am
@@ -10,7 +10,6 @@
tools_dir = $(top_srcdir)/tools
AM_CPPFLAGS = \
- -DTP_SEAL_ENABLE \
-DTP_DISABLE_SINGLE_INCLUDE \
$(NULL)