From 455c7b4d466a7d6b11b95f8292eb2e2da607f949 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Wed, 18 Aug 2010 10:51:07 -0700 Subject: [PATCH] Added files missing from the tarball. --- Makefile.am | 1 + tests/include.am | 4 ++++ 2 files changed, 5 insertions(+) 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 \ -- 2.30.2