summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorVivek Dasmohapatra <vivek@collabora.co.uk>2011-02-15 16:02:15 +0000
committerVivek Dasmohapatra <vivek@collabora.co.uk>2011-02-15 16:02:15 +0000
commit0b7bd4c8bbddd39b72d27423add2ba3adbacab58 (patch)
tree8eacddc977612eb98854db92a4e34e7d90639aa7 /Makefile.am
parent181b72b62e7c908268d09ae7ed8388c820e28d04 (diff)
'UNRELEASED' checks activated
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 27bde660..c9e8ab9f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,11 @@
ACLOCAL_AMFLAGS = -I m4
+CHECK_FOR_UNRELEASED := \
+ $(srcdir)/NEWS \
+ $(wildcard $(srcdir)/src/*.[ch]) \
+ $(wildcard $(libmmclient)/src/*.[ch]) \
+ $(NULL)
+
SUBDIRS = \
m4 \
tools \