X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libmemcached%2Foptions%2Finclude.am;h=da51ff4b76d335b3513fea37bb6799bfd44966a7;hb=e347c3ba4e8368833dfb4a6a4515c750adf1e38b;hp=040c1c1ed6343a4568f0a66bf0bf2cd5d02f6cbe;hpb=4fe35ea1372eda035618c6e961f421187d3ae837;p=m6w6%2Flibmemcached diff --git a/libmemcached/options/include.am b/libmemcached/options/include.am index 040c1c1e..da51ff4b 100644 --- a/libmemcached/options/include.am +++ b/libmemcached/options/include.am @@ -3,23 +3,16 @@ # All paths should be given relative to the root DISTCLEANFILES+= \ - libmemcached/options/parser.output \ - libmemcached/options/parser.cc \ - libmemcached/options/parser.h \ - libmemcached/options/scanner.cc \ - libmemcached/options/scanner.h + libmemcached/options/parser.output noinst_HEADERS+= \ - libmemcached/options/build.h \ libmemcached/options/context.h \ libmemcached/options/parser.h \ libmemcached/options/scanner.h \ libmemcached/options/server.h \ - libmemcached/options/string.h \ libmemcached/options/symbol.h libmemcached_libmemcached_la_SOURCES+= \ - libmemcached/options/build.cc \ libmemcached/options/parser.cc \ libmemcached/options/scanner.cc