From 2fdd6bb53776a27c5fbf0a67ed60190d25ffe588 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Mon, 14 Oct 2013 14:51:52 +0100 Subject: distribute Irc_Command interface in tarballs Not doing so breaks distcheck. Reviewed-by: Guillaume Desmottes Bug: https://bugs.freedesktop.org/show_bug.cgi?id=70434 --- extensions/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- cgit v1.2.1