summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2009-12-28 13:51:03 +0000
committerWill Thompson <will.thompson@collabora.co.uk>2009-12-28 13:57:38 +0000
commit45ed1c8b96566d4b8dd74356f2ba851fc11d34ef (patch)
tree2d4c1dc8da794b12c7c2a60b3b33ec2b977ff361 /Makefile.am
parenta6ee8fce843f16b357c89935a95a657269b6f48a (diff)
downloadtelepathy-glib-45ed1c8b96566d4b8dd74356f2ba851fc11d34ef.tar.gz
Check for files saying UNRELEASED during distcheck
Reference fd.o#23848, and showed up a couple of UNRELEASED that slipped into releases!
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 5d2f60655..0dd0366ae 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -32,4 +32,6 @@ upload-branch-docs: all
include tools/lcov.am
CHANGELOG_RANGE = telepathy-glib-0.6.0..
+CHECK_FOR_UNRELEASED = $(srcdir)/NEWS $(wildcard $(srcdir)/telepathy-glib/*.[ch])
+
include tools/telepathy.am