~brianaker/libmemcached/1164440

« back to all changes in this revision

Viewing changes to libmemcached-1.0/include.am

  • Committer: Brian Aker
  • Date: 2011-10-05 21:43:41 UTC
  • mfrom: (929.1.285 libmemcached-build)
  • mto: This revision was merged to the branch mainline in revision 967.
  • Revision ID: brian@tangent.org-20111005214341-le14e1xyyyph9ymq
MergeĀ inĀ touch/etc

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# vim:ft=automake
 
2
# included from Top Level Makefile.am
 
3
# All paths should be given relative to the root
 
4
 
 
5
EXTRA_DIST+= \
 
6
             libmemcached-1.0/configure.h.in
 
7
 
 
8
nobase_include_HEADERS+= \
 
9
                         libmemcached-1.0/allocators.h \
 
10
                         libmemcached-1.0/analyze.h \
 
11
                         libmemcached-1.0/auto.h \
 
12
                         libmemcached-1.0/basic_string.h \
 
13
                         libmemcached-1.0/behavior.h \
 
14
                         libmemcached-1.0/callback.h \
 
15
                         libmemcached-1.0/configure.h \
 
16
                         libmemcached-1.0/constants.h \
 
17
                         libmemcached-1.0/delete.h \
 
18
                         libmemcached-1.0/dump.h \
 
19
                         libmemcached-1.0/error.h \
 
20
                         libmemcached-1.0/exist.h \
 
21
                         libmemcached-1.0/exception.hpp \
 
22
                         libmemcached-1.0/fetch.h \
 
23
                         libmemcached-1.0/flush.h \
 
24
                         libmemcached-1.0/flush_buffers.h \
 
25
                         libmemcached-1.0/get.h \
 
26
                         libmemcached-1.0/hash.h \
 
27
                         libmemcached-1.0/memcached.h \
 
28
                         libmemcached-1.0/memcached.hpp \
 
29
                         libmemcached-1.0/options.h \
 
30
                         libmemcached-1.0/parse.h \
 
31
                         libmemcached-1.0/quit.h \
 
32
                         libmemcached-1.0/return.h \
 
33
                         libmemcached-1.0/platform.h \
 
34
                         libmemcached-1.0/result.h \
 
35
                         libmemcached-1.0/sasl.h \
 
36
                         libmemcached-1.0/server.h \
 
37
                         libmemcached-1.0/server_list.h \
 
38
                         libmemcached-1.0/stats.h \
 
39
                         libmemcached-1.0/storage.h \
 
40
                         libmemcached-1.0/strerror.h \
 
41
                         libmemcached-1.0/string.h \
 
42
                         libmemcached-1.0/touch.h \
 
43
                         libmemcached-1.0/types.h \
 
44
                         libmemcached-1.0/verbosity.h \
 
45
                         libmemcached-1.0/version.h \
 
46
                         libmemcached-1.0/visibility.h
 
47