From 7ea8cb1942253137986258bfe467327ac6cd75d5 Mon Sep 17 00:00:00 2001 From: Simon Horman Date: Tue, 26 Feb 2008 11:34:43 +0900 Subject: build: include configure and include/config.h.in in dist tarball Cc: Bernhard Walle Signed-off-by: Simon Horman --- Makefile.in | 2 +- include/Makefile | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index e5f063e..306d6e9 100644 --- a/Makefile.in +++ b/Makefile.in @@ -124,7 +124,7 @@ all: $(TARGETS) clean = # collect objects to be removed in 'make clean' -dist = AUTHORS COPYING News TODO Makefile.in configure.ac \ +dist = AUTHORS COPYING News TODO Makefile.in configure.ac configure \ kexec-tools.spec.in config/ # utility function for converting a list of files (with extension) to diff --git a/include/Makefile b/include/Makefile index eebbd24..bf2c4ed 100644 --- a/include/Makefile +++ b/include/Makefile @@ -1,5 +1,6 @@ dist += include/Makefile \ include/config.h \ + include/config.h.in \ include/x86/x86-linux.h \ include/x86/mb_info.h \ include/x86/mb_header.h \ -- cgit