From a5a6b94c038e01ebf1e2de0a0774a69b02fb8e1e Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Sun, 15 May 2011 15:54:56 -0600 Subject: Group tests and benchmarks with the corresponding source code. --- configure.ac | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 66833e3..e8e8b8c 100644 --- a/configure.ac +++ b/configure.ac @@ -170,13 +170,10 @@ AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_FILES([Makefile libdimension/Makefile libdimension/Doxyfile + libdimension/bench/Makefile libdimension/libdimension.pc + libdimension/tests/Makefile dimension/Makefile - tests/Makefile - tests/libdimension/Makefile - tests/dimension/Makefile - bench/Makefile - bench/libdimension/Makefile - bench/dimension/Makefile - doc/Makefile]) + dimension/bench/Makefile + dimension/tests/Makefile]) AC_OUTPUT -- cgit v1.2.3