From: Monty Taylor Date: Wed, 18 Aug 2010 17:51:07 +0000 (-0700) Subject: Added files missing from the tarball. X-Git-Tag: 0.51~34^2 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=455c7b4d466a7d6b11b95f8292eb2e2da607f949;p=awesomized%2Flibmemcached Added files missing from the tarball. --- diff --git a/Makefile.am b/Makefile.am index 079f9482..7111bceb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -19,6 +19,7 @@ EXTRA_DIST= \ ${srcdir}/m4/pandora_*.m4 \ .quickly \ README.FIRST \ + README.win32 \ config/autorun.sh \ config/pandora-plugin \ config/uncrustify.cfg \ diff --git a/tests/include.am b/tests/include.am index 501939df..e6c5367f 100644 --- a/tests/include.am +++ b/tests/include.am @@ -14,6 +14,10 @@ if BUILD_LIBMEMCACHEDUTIL TESTS_LDADDS+= libmemcached/libmemcachedutil.la endif +EXTRA_DIST+= \ + tests/cpp_example.cc \ + tests/output_plus.res + noinst_HEADERS+= \ tests/hash_results.h \ tests/ketama_test_cases.h \