From ddda7f28e1fcd027241a9a3ac4b4a2bf4015f4c0 Mon Sep 17 00:00:00 2001 From: Inaky Perez-Gonzalez Date: Mon, 8 Jun 2009 12:27:27 -0700 Subject: autotools: add bootstrap* to distribution Signed-off-by: Inaky Perez-Gonzalez --- Makefile.am | 2 ++ Makefile.in | 1 + 2 files changed, 3 insertions(+) diff --git a/Makefile.am b/Makefile.am index 8b5c43c..41f191f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,3 +7,5 @@ pkgconfig_DATA = libwimaxll-0.pc libwimaxll-i2400m-0.pc wimaxll-cmd-0.pc MAINTAINERCLEANFILES = Makefile.in \ aclocal.m4 configure config.h.in config.sub config.guess \ ltmain.sh depcomp missing install-sh mkinstalldirs + +EXTRADIST = bootstrap bootstrap-configure diff --git a/Makefile.in b/Makefile.in index 26e393b..e550a1e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -211,6 +211,7 @@ MAINTAINERCLEANFILES = Makefile.in \ aclocal.m4 configure config.h.in config.sub config.guess \ ltmain.sh depcomp missing install-sh mkinstalldirs +EXTRADIST = bootstrap bootstrap-configure all: all-recursive .SUFFIXES: -- cgit v1.2.3