From feef185e960e1e8f2fe06638215f80c13569eff6 Mon Sep 17 00:00:00 2001 From: Peter Johnson Date: Wed, 1 Sep 2004 04:55:21 +0000 Subject: [PATCH] Makefile.am: Include mkinstalldirs in the distribution. Bugzilla Bug 38 Reported by: Jeff Lawson svn path=/trunk/yasm/; revision=1132 --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile.am b/Makefile.am index 023ff3f5..b1aeac80 100644 --- a/Makefile.am +++ b/Makefile.am @@ -30,6 +30,9 @@ BUILT_SOURCES = CLEANFILES = configure.lineno EXTRA_DIST = config/config.rpath +# automake doesn't distribute mkinstalldirs? +EXTRA_DIST += config/mkinstalldirs + EXTRA_DIST += check/Makefile.inc EXTRA_DIST += tools/Makefile.inc EXTRA_DIST += libyasm/Makefile.inc -- 2.40.0