telepathy-mission-control: Update CHECK_FOR_UNRELEASED to check the right files

Simon McVittie smcv at kemper.freedesktop.org
Fri Sep 20 09:50:20 PDT 2013


Module: telepathy-mission-control
Branch: master
Commit: 6a24c5e5d0a95dd11b82956c1186092bab617701
URL:    http://cgit.freedesktop.org/telepathy/telepathy-mission-control/commit/?id=6a24c5e5d0a95dd11b82956c1186092bab617701

Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date:   Fri Sep 20 12:54:38 2013 +0100

Update CHECK_FOR_UNRELEASED to check the right files

---

 Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index ce56b12..9d8bfa3 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 = \



More information about the telepathy-commits mailing list