From: Monty Taylor Date: Wed, 8 Jul 2009 18:04:42 +0000 (-0700) Subject: Moved tests/ to after client/, since it depends on things from client/ X-Git-Tag: 0.31~4^2~2 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=42518be7c87a0f575528503250876b55cd9c0f23;p=awesomized%2Flibmemcached Moved tests/ to after client/, since it depends on things from client/ --- 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