projects
/
m6w6
/
libmemcached
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
(from parent 1:
3c11b74
)
Merge in dist fix from Monty
author
Brian Aker
<brian@tangent.org>
Tue, 22 Feb 2011 02:09:08 +0000
(18:09 -0800)
committer
Brian Aker
<brian@tangent.org>
Tue, 22 Feb 2011 02:09:08 +0000
(18:09 -0800)
Makefile.am
patch
|
blob
|
history
tests/include.am
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index df606e6171ed2e30e184494bbc53f1d4e578778f..7b866d0c67b0f185c2e4481415309c516a9bb101 100644
(file)
--- 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 27a7bf5164b42426f93db263ead3d9c918751479..b90a5ef7d9f8559f33b833ecdf3bbe0697c7be02 100644
(file)
--- 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 \