Move libmemcachedutil to libmemcached/util where it belongs
authorTrond Norbye <trond.norbye@sun.com>
Mon, 5 Oct 2009 18:37:05 +0000 (20:37 +0200)
committerTrond Norbye <trond.norbye@sun.com>
Mon, 5 Oct 2009 18:37:05 +0000 (20:37 +0200)
commit945be4901bee5aad1c6b62a12b9ac91e852f0405
tree4f2e45db45b6e84e49321181ca1bf62f4eb575b0
parent2fc27acf7d450bbae9e90467f5931dece550d3fb
Move libmemcachedutil to libmemcached/util where it belongs
Makefile.am
configure.ac
libmemcached/Makefile.am
libmemcached/util/Makefile.am [new file with mode: 0644]
libmemcached/util/libmemcachedutil.ver [new file with mode: 0644]
libmemcached/util/memcached_pool.c [new file with mode: 0644]
libmemcachedutil/Makefile.am [deleted file]
libmemcachedutil/libmemcachedutil.ver [deleted file]
libmemcachedutil/memcached_pool.c [deleted file]
tests/Makefile.am