summaryrefslogtreecommitdiff
path: root/telepathy-glib/Makefile.am
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2014-09-17 12:14:24 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2014-09-17 12:14:24 +0100
commitd27684c488ceee4f2f54f549738adab0e2e8165d (patch)
treedd16e4a9c6b2417cb2016c6bbfb8e75293685cae /telepathy-glib/Makefile.am
parent2487d4f72c00fbac6fa2f9e32e4e72404e24ae96 (diff)
downloadtelepathy-glib-d27684c488ceee4f2f54f549738adab0e2e8165d.tar.gz
Replace tp_verify_* with equivalent G_STATIC_ASSERTs
This was breaking the build: gtk-doc no longer understands verify.h.
Diffstat (limited to 'telepathy-glib/Makefile.am')
-rw-r--r--telepathy-glib/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/telepathy-glib/Makefile.am b/telepathy-glib/Makefile.am
index ce60d7d0b..fe642b29b 100644
--- a/telepathy-glib/Makefile.am
+++ b/telepathy-glib/Makefile.am
@@ -144,7 +144,7 @@ our_headers = \
tpginclude_HEADERS = \
$(our_headers) \
- verify.h
+ $(NULL)
BUILT_SOURCES = $(codegen_sources)