f25522a5998f1d03911b7a4c994a19654e6b7080
[m6w6/libmemcached] / libmemcached / options / include.am
1 # vim:ft=automake
2 # included from Top Level Makefile.am
3 # All paths should be given relative to the root
4
5 DISTCLEANFILES+= \
6 libmemcached/options/parser.output \
7 libmemcached/options/parser.cc \
8 libmemcached/options/parser.h \
9 libmemcached/options/scanner.cc \
10 libmemcached/options/scanner.h
11
12 noinst_HEADERS+= \
13 libmemcached/options/context.h \
14 libmemcached/options/parser.h \
15 libmemcached/options/scanner.h \
16 libmemcached/options/server.h \
17 libmemcached/options/string.h \
18 libmemcached/options/symbol.h
19
20 libmemcached_libmemcached_la_SOURCES+= \
21 libmemcached/options/parser.cc \
22 libmemcached/options/scanner.cc
23
24 include libmemcached/options/parser.am