summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2012-01-21 19:40:35 +0100
committerStefano Lattarini <stefano.lattarini@gmail.com>2012-01-21 19:41:18 +0100
commit91158d7245f194f7fc40d8da8965c59965112601 (patch)
tree33a0c72433c0da200b659894ff2692cf7e3b000b
parentc5df21e8dde255778896e512f7b7b037049dbf7e (diff)
downloadautomake-91158d7245f194f7fc40d8da8965c59965112601.tar.gz
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'.
-rw-r--r--contrib/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/contrib/Makefile.am b/contrib/Makefile.am
index b49192317..820b54732 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 <http://www.gnu.org/licenses/>.
-EXTRA_DIST = README
+EXTRA_DIST = \
+ multilib/multi.m4 \
+ README