From 811e883fd115dce835aa89999d6f8b85752e80da Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Sun, 15 May 2011 16:54:03 -0600 Subject: Fix subdirectory order. --- libdimension/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libdimension/Makefile.am') diff --git a/libdimension/Makefile.am b/libdimension/Makefile.am index 0a134b1..3dbbbb3 100644 --- a/libdimension/Makefile.am +++ b/libdimension/Makefile.am @@ -17,7 +17,8 @@ ## along with this program. If not, see . ## ########################################################################### -SUBDIRS = bench \ +SUBDIRS = . \ + bench \ tests # Make dmnsn_error() backtraces useful -- cgit v1.2.3