Moved tests/ to after client/, since it depends on things from client/
authorMonty Taylor <mordred@inaugust.com>
Wed, 8 Jul 2009 18:04:42 +0000 (11:04 -0700)
committerMonty Taylor <mordred@inaugust.com>
Wed, 8 Jul 2009 18:04:42 +0000 (11:04 -0700)
Makefile.am

index 2ec3051406c6831c2f6230aa605e45f35f934353..672ac763adbafe7dd8c0fb7f87a4f7c98326c1bc 100644 (file)
@@ -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