summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS3
-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
11 files changed, 1 insertions, 12 deletions
diff --git a/NEWS b/NEWS
index 88a9d1f61..b4a33ab79 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 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)