telepathy-idle: distribute Irc_Command interface in tarballs

Simon McVittie smcv at kemper.freedesktop.org
Tue Oct 15 05:00:23 PDT 2013


Module: telepathy-idle
Branch: master
Commit: 2fdd6bb53776a27c5fbf0a67ed60190d25ffe588
URL:    http://cgit.freedesktop.org/telepathy/telepathy-idle/commit/?id=2fdd6bb53776a27c5fbf0a67ed60190d25ffe588

Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date:   Mon Oct 14 14:51:52 2013 +0100

distribute Irc_Command interface in tarballs

Not doing so breaks distcheck.

Reviewed-by: Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=70434

---

 extensions/Makefile.am |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/extensions/Makefile.am b/extensions/Makefile.am
index 6912d64..096dcb3 100644
--- a/extensions/Makefile.am
+++ b/extensions/Makefile.am
@@ -2,7 +2,9 @@ tools_dir = $(top_srcdir)/tools
 
 EXTRA_DIST = \
     all.xml \
-    Connection_Interface_Renaming.xml
+    Connection_Interface_Irc_Command.xml \
+    Connection_Interface_Renaming.xml \
+    $(NULL)
 
 noinst_LTLIBRARIES = libidle-extensions.la
 



More information about the telepathy-commits mailing list