diff options
author | Simon Horman <horms@verge.net.au> | 2008-02-26 11:34:43 +0900 |
---|---|---|
committer | Simon Horman <horms@verge.net.au> | 2008-02-26 11:34:43 +0900 |
commit | 7ea8cb1942253137986258bfe467327ac6cd75d5 (patch) | |
tree | 1edbc7835218265fd42a3ad6cd8deb88f81df0af /Makefile.in | |
parent | 9fb8a578f2b136815c3a134b602df2f8cddd52d5 (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>
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 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 |