Adding back in conf
[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
8 noinst_HEADERS+= \
9 libmemcached/options/context.h \
10 libmemcached/options/parser.h \
11 libmemcached/options/scanner.h \
12 libmemcached/options/server.h \
13 libmemcached/options/symbol.h
14
15 libmemcached_libmemcached_la_SOURCES+= \
16 libmemcached/options/parser.cc \
17 libmemcached/options/scanner.cc
18
19 include libmemcached/options/parser.am