From 05d978c414b5b8eaacdf49c7195e1eccaee2586c Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Mon, 14 Oct 2013 14:51:52 +0100 Subject: [PATCH 1/2] distribute Irc_Command interface in tarballs Not doing so breaks distcheck. --- 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 -- 1.8.4.rc3