summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2009-12-28 14:18:30 +0000
committerWill Thompson <will.thompson@collabora.co.uk>2010-01-11 14:07:18 +0000
commit0ce9468ed9a70c4ee2a1e88add54fb058e7c4356 (patch)
treec2ebfefe3ce6947b3282a4cebf10c9e75c87f51c /Makefile.am
parent1e56a445a34d428c0feefd7423983608bd04919c (diff)
Grab UNRELEASED-checking distcheck-hook from tp-glib
Fixes: fd.o#23848 Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 42d5e029d..93450d6d4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -19,4 +19,9 @@ include tools/lcov.am
LCOV_CHECK_ARGS = CHECK_TWISTED_SLEEP=6
CHANGELOG_RANGE = telepathy-gabble-0.6.0..
+CHECK_FOR_UNRELEASED = \
+ $(srcdir)/NEWS \
+ $(wildcard $(srcdir)/gabble/*.[ch]) \
+ $(wildcard $(srcdir)/src/*.[ch])
+
include tools/telepathy.am