From: Brian Aker Date: Thu, 24 Mar 2011 01:21:48 +0000 (-0700) Subject: Fix include file for missing test include file. X-Git-Tag: 0.51~15^2~75^2~3 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=33d7577ea07d983cbe06f6ed3237994b7d29309b;p=m6w6%2Flibmemcached Fix include file for missing test include file. --- 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 \