[next] telepathy-glib: Remove useless TP_SEAL_ENABLE
Xavier Claessens
xclaesse at kemper.freedesktop.org
Wed Jun 6 02:40:27 PDT 2012
Module: telepathy-glib
Branch: next
Commit: 3bfa39887625370541e0c654356124ec1ba24501
URL: http://cgit.freedesktop.org/telepathy/telepathy-glib/commit/?id=3bfa39887625370541e0c654356124ec1ba24501
Author: Xavier Claessens <xavier.claessens at collabora.co.uk>
Date: Tue Jun 5 12:18:16 2012 +0200
Remove useless TP_SEAL_ENABLE
---
NEWS | 3 +--
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 -
11 files changed, 1 insertions(+), 12 deletions(-)
diff --git a/NEWS b/NEWS
index 88a9d1f..b4a33ab 100644
--- a/NEWS
+++ b/NEWS
@@ -41,8 +41,7 @@ Deprecations:
⢠Struct members of TpProxy, TpConnectionManagerParam, TpConnectionManager and
TpBaseConnection have been sealed. In the same spirit than G_SEAL, we
- introduced _TP_SEAL to force usage of getters and setters. Applications should
- define TP_SEAL_ENABLE or TP_DISABLE_DEPRECATED to enable that. (Simon)
+ introduced _TP_SEAL to force usage of getters and setters. (Simon)
Enhancements:
diff --git a/examples/client/Makefile.am b/examples/client/Makefile.am
index 5ab8ca0..99ea4d6 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 0a7029a..22372ac 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 e12db5e..f37655d 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 b8f11b3..a2a4ec1 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 4c186b7..730905c 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 6e702dd..75416dc 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 a87cea1..8ecc5d7 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 8b5b4fb..93a731f 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 0543502..791cc8b 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 4590cdc..1cb53d1 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)
More information about the telepathy-commits
mailing list