[Cbe-oss-dev] [PATCH 2/2] MARS: fix make dist target

Yuji Mano Yuji.Mano at am.sony.com
Fri Aug 15 07:19:23 EST 2008


This fixes the Makefile.am so that the files necessary to generate the configure
script is included with the tarball generated by 'make dist'.

Signed-off-by: Yuji Mano <yuji.mano at am.sony.com>

---
 Makefile.am          |    3 +++
 src/host/Makefile.am |    5 +++++
 src/mpu/Makefile.am  |    5 +++++
 3 files changed, 13 insertions(+)

--- a/Makefile.am
+++ b/Makefile.am
@@ -39,6 +39,9 @@
 SUBDIRS = include src
 
 EXTRA_DIST = \
+	bootstrap \
+	configure.ac.in \
+	config.sub.patch \
 	COPYING \
 	INSTALL \
 	README \
--- a/src/host/Makefile.am
+++ b/src/host/Makefile.am
@@ -38,4 +38,9 @@
 
 SUBDIRS = lib
 
+EXTRA_DIST = \
+	bootstrap \
+	configure.ac.in \
+	config.sub.patch
+
 MAINTAINERCLEANFILES = Makefile.in
--- a/src/mpu/Makefile.am
+++ b/src/mpu/Makefile.am
@@ -38,4 +38,9 @@
 
 SUBDIRS = kernel lib
 
+EXTRA_DIST = \
+	bootstrap \
+	configure.ac.in \
+	config.sub.patch
+
 MAINTAINERCLEANFILES = Makefile.in






More information about the cbe-oss-dev mailing list