From: Monty Taylor Date: Sun, 10 Jan 2010 06:33:54 +0000 (-0800) Subject: Actually install protocol_binary - because it's required for protocol_handler. X-Git-Tag: 0.37^2~4 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=7223aa61edd61828c44415176187638df8aa39e5;p=awesomized%2Flibmemcached Actually install protocol_binary - because it's required for protocol_handler. --- diff --git a/libmemcached/include.am b/libmemcached/include.am index 8adde9f0..50fcea69 100644 --- a/libmemcached/include.am +++ b/libmemcached/include.am @@ -13,7 +13,6 @@ noinst_HEADERS+= \ libmemcached/io.h \ libmemcached/internal.h \ libmemcached/common.h \ - libmemcached/memcached/protocol_binary.h \ libmemcached/protocol/common.h \ libmemcached/protocol/ascii_handler.h \ libmemcached/protocol/binary_handler.h @@ -30,6 +29,7 @@ nobase_include_HEADERS+= \ libmemcached/get.h \ libmemcached/memcached.h \ libmemcached/memcached.hpp \ + libmemcached/memcached/protocol_binary.h \ libmemcached/protocol/cache.h \ libmemcached/protocol/callback.h \ libmemcached/protocol_handler.h \