From 91158d7245f194f7fc40d8da8965c59965112601 Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Sat, 21 Jan 2012 19:40:35 +0100 Subject: [PATCH] fixup: distribute 'contrib/multilib/multi.m4' This fix up a blunder in commit v1.11-665-gc5df21e of 2012-01-17, "multilib: deprecate, will be moved to contrib". * contrib/Makefile.am (EXTRA_DIST): Add 'multilib/multi.m4'. --- contrib/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/contrib/Makefile.am b/contrib/Makefile.am index b491923..820b547 100644 --- a/contrib/Makefile.am +++ b/contrib/Makefile.am @@ -17,4 +17,6 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -EXTRA_DIST = README +EXTRA_DIST = \ + multilib/multi.m4 \ + README -- 2.7.4