summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2016-10-30 16:47:53 -0400
committerGlenn Strauss <gstrauss@gluelogic.com>2016-10-30 16:47:53 -0400
commit3d04bc45f617f2f079d9572b6c9663e52424de29 (patch)
treec3d11a26f309a1c9b90138e17816fa0118787ab6 /Makefile.am
parentf59ff32fd9af633be3dabe280082a41ff99fd21b (diff)
downloadlighttpd-git-3d04bc45f617f2f079d9572b6c9663e52424de29.tar.gz
[build] move some build scripts to scripts/
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
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 {}' ';'