From 3d04bc45f617f2f079d9572b6c9663e52424de29 Mon Sep 17 00:00:00 2001 From: Glenn Strauss Date: Sun, 30 Oct 2016 16:47:53 -0400 Subject: [build] move some build scripts to scripts/ --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 5453c847..481b808d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,8 +1,8 @@ SUBDIRS=src doc tests -EXTRA_DIST=autogen.sh SConstruct CMakeLists.txt cmake README.FreeBSD +EXTRA_DIST=autogen.sh SConstruct CMakeLists.txt README.FreeBSD scripts -ACLOCAL_AMFLAGS = -I m4 +ACLOCAL_AMFLAGS = -I m4 -I scripts/m4 distcleancheck_listfiles = find -type f -exec sh -c 'test -f $(srcdir)/{} || echo {}' ';' -- cgit v1.2.1