diff options
author | Tavian Barnes <tavianator@gmail.com> | 2011-05-15 15:54:56 -0600 |
---|---|---|
committer | Tavian Barnes <tavianator@gmail.com> | 2011-05-15 15:58:05 -0600 |
commit | a5a6b94c038e01ebf1e2de0a0774a69b02fb8e1e (patch) | |
tree | 66a4b977fff9f0119456b6c5a3398d25976f6c53 /configure.ac | |
parent | 130cbc32499ade9235873bc5d575816f80636916 (diff) | |
download | dimension-a5a6b94c038e01ebf1e2de0a0774a69b02fb8e1e.tar.xz |
Group tests and benchmarks with the corresponding source code.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 11 |
1 files changed, 4 insertions, 7 deletions
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 |