summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Horman <horms@verge.net.au>2008-02-26 11:34:43 +0900
committerSimon Horman <horms@verge.net.au>2008-02-26 11:34:43 +0900
commit7ea8cb1942253137986258bfe467327ac6cd75d5 (patch)
tree1edbc7835218265fd42a3ad6cd8deb88f81df0af
parent9fb8a578f2b136815c3a134b602df2f8cddd52d5 (diff)
build: include configure and include/config.h.in in dist tarball
Cc: Bernhard Walle <bwalle@suse.de> Signed-off-by: Simon Horman <horms@verge.net.au>
-rw-r--r--Makefile.in2
-rw-r--r--include/Makefile1
2 files changed, 2 insertions, 1 deletions
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 \