summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am2
-rw-r--r--configure.ac6
2 files changed, 6 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index e24f4a7e..1668ccad 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,7 +2,7 @@
# Copyright 2010-2012 Adrian Thurston <thurston@complang.org>
#
-SUBDIRS = src test
+SUBDIRS = src
DIST_SUBDIRS = $(SUBDIRS) aapl
dist_doc_DATA = colm.vim
diff --git a/configure.ac b/configure.ac
index 2b753bfb..f4640eef 100644
--- a/configure.ac
+++ b/configure.ac
@@ -52,6 +52,10 @@ AC_ARG_ENABLE(debug,
AC_DEFINE([DEBUG], [1], [enable debug statements]))
dnl write output files
-AC_OUTPUT(Makefile src/Makefile aapl/Makefile test/Makefile)
+AC_OUTPUT([
+ Makefile
+ src/Makefile
+ aapl/Makefile
+])
echo "configuration of colm complete"