aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2010-12-10 17:40:38 -0800
committerThomas White <taw@physics.org>2012-02-22 15:27:09 +0100
commit15a97f0489ef604baa2c14dbcdedb9d647c3e712 (patch)
tree1b66e3dce5040c79fd7acc833c832269e5d247db /Makefile.in
parent6dce43165e054c62b442cac4bffecde77b93dcea (diff)
Move some build files to build-aux/
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index a9245228..0c556938 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -37,7 +37,9 @@ subdir = .
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
$(srcdir)/Makefile.in $(srcdir)/config.h.in \
$(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
- config.guess config.sub depcomp install-sh missing
+ build-aux/config.guess build-aux/config.sub build-aux/depcomp \
+ build-aux/install-sh build-aux/missing config.guess config.sub \
+ depcomp install-sh missing
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/m4/00gnulib.m4 \
$(top_srcdir)/m4/extensions.m4 \