projects
/
awesomized
/
libmemcached
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
ab2154e
)
Actually install protocol_binary - because it's required for protocol_handler.
author
Monty Taylor
<mordred@inaugust.com>
Sun, 10 Jan 2010 06:33:54 +0000
(22:33 -0800)
committer
Monty Taylor
<mordred@inaugust.com>
Sun, 10 Jan 2010 06:33:54 +0000
(22:33 -0800)
libmemcached/include.am
patch
|
blob
|
history
diff --git
a/libmemcached/include.am
b/libmemcached/include.am
index 8adde9f033fefcd6ddfd1edf6ccfe566e4ea9699..50fcea692fdf98f0915d7439905c7939d07f6566 100644
(file)
--- 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 \