summaryrefslogtreecommitdiff
path: root/libmemcached-1.0/struct
diff options
context:
space:
mode:
authorBrian Aker <brian@tangent.org>2012-10-13 07:28:52 -0400
committerBrian Aker <brian@tangent.org>2012-10-13 07:28:52 -0400
commit2569efffe16042f47dc5d2c34528a9ec22fc18b0 (patch)
tree0e26553609f1173fdc7769a03ffdce090706ee3f /libmemcached-1.0/struct
parentf1ed1535de64141a6a911cc18a9109f0f9c55c80 (diff)
downloadlibmemcached-2569efffe16042f47dc5d2c34528a9ec22fc18b0.tar.gz
Fix all include location, and drop versions of the library that were never shipped.
Diffstat (limited to 'libmemcached-1.0/struct')
-rw-r--r--libmemcached-1.0/struct/include.am20
1 files changed, 9 insertions, 11 deletions
diff --git a/libmemcached-1.0/struct/include.am b/libmemcached-1.0/struct/include.am
index eff3c520..fc2d9223 100644
--- a/libmemcached-1.0/struct/include.am
+++ b/libmemcached-1.0/struct/include.am
@@ -2,14 +2,12 @@
# included from Top Level Makefile.am
# All paths should be given relative to the root
-nobase_include_HEADERS+= \
- libmemcached-1.0/struct/allocator.h \
- libmemcached-1.0/struct/analysis.h \
- libmemcached-1.0/struct/callback.h \
- libmemcached-1.0/struct/memcached.h \
- libmemcached-1.0/struct/result.h \
- libmemcached-1.0/struct/sasl.h \
- libmemcached-1.0/struct/server.h \
- libmemcached-1.0/struct/stat.h \
- libmemcached-1.0/struct/string.h
-
+nobase_include_HEADERS+= libmemcached-1.0/struct/allocator.h
+nobase_include_HEADERS+= libmemcached-1.0/struct/analysis.h
+nobase_include_HEADERS+= libmemcached-1.0/struct/callback.h
+nobase_include_HEADERS+= libmemcached-1.0/struct/memcached.h
+nobase_include_HEADERS+= libmemcached-1.0/struct/result.h
+nobase_include_HEADERS+= libmemcached-1.0/struct/sasl.h
+nobase_include_HEADERS+= libmemcached-1.0/struct/server.h
+nobase_include_HEADERS+= libmemcached-1.0/struct/stat.h
+nobase_include_HEADERS+= libmemcached-1.0/struct/string.h