summaryrefslogtreecommitdiff
path: root/examples/extensions
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2012-05-04 16:47:49 +0100
committerXavier Claessens <xavier.claessens@collabora.co.uk>2012-06-04 13:43:10 +0200
commit7bb3148850a70ff1d826792fab611dc7e5c17aad (patch)
tree93e46a4451f8ff64c53eee7025d34c9e3a0e4106 /examples/extensions
parent0952f8d1ab6ec5735fb74243a3adfffbf2b81cd0 (diff)
downloadtelepathy-glib-7bb3148850a70ff1d826792fab611dc7e5c17aad.tar.gz
Compile all examples with TP_SEAL_ENABLE
The only changes needed were in extended-client.c.
Diffstat (limited to 'examples/extensions')
-rw-r--r--examples/extensions/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/extensions/Makefile.am b/examples/extensions/Makefile.am
index ab778d1b9..ca44bcfc2 100644
--- a/examples/extensions/Makefile.am
+++ b/examples/extensions/Makefile.am
@@ -9,6 +9,10 @@
tools_dir = $(top_srcdir)/tools
+AM_CPPFLAGS = \
+ -DTP_SEAL_ENABLE \
+ $(NULL)
+
AM_CFLAGS = \
$(ERROR_CFLAGS) \
$(DBUS_CFLAGS) \