From 33d7577ea07d983cbe06f6ed3237994b7d29309b Mon Sep 17 00:00:00 2001 From: Brian Aker Date: Wed, 23 Mar 2011 18:21:48 -0700 Subject: [PATCH] Fix include file for missing test include file. --- tests/include.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/include.am b/tests/include.am index dcc19a91..232cce93 100644 --- a/tests/include.am +++ b/tests/include.am @@ -35,7 +35,8 @@ noinst_HEADERS+= \ tests/ketama_test_cases_spy.h \ tests/libmemcached_world.h \ tests/parser.h \ - tests/print.h + tests/print.h \ + tests/replication.h noinst_PROGRAMS+= \ tests/atomsmasher \ -- 2.30.2