summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2013-09-20 12:54:38 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2013-09-20 12:54:38 +0100
commit6a24c5e5d0a95dd11b82956c1186092bab617701 (patch)
tree22f3f758a73930398de77630bcb5d4501ea66418
parent972b515a0294d78c7a34dfe8ebd0f6a8e6f415e7 (diff)
downloadtelepathy-mission-control-6a24c5e5d0a95dd11b82956c1186092bab617701.tar.gz
Update CHECK_FOR_UNRELEASED to check the right files
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index ce56b120..9d8bfa3b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,7 +3,7 @@ ACLOCAL_AMFLAGS = -I m4
CHECK_FOR_UNRELEASED := \
$(srcdir)/NEWS \
$(wildcard $(srcdir)/src/*.[ch]) \
- $(wildcard $(libmmclient)/src/*.[ch]) \
+ $(wildcard $(mission-control-plugins)/*.[ch]) \
$(NULL)
SUBDIRS = \