From 42518be7c87a0f575528503250876b55cd9c0f23 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Wed, 8 Jul 2009 11:04:42 -0700 Subject: [PATCH] Moved tests/ to after client/, since it depends on things from client/ --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 2ec30514..672ac763 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ ACLOCAL_AMFLAGS = -I m4 -SUBDIRS = docs libmemcached libmemcachedutil tests support clients +SUBDIRS = docs libmemcached libmemcachedutil support clients tests EXTRA_dist = README.FIRST check-local: test-no-outputdiff -- 2.30.2