X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libmemcached%2Foptions%2Finclude.am;h=8283b188acaedf84efb7825aef86404a8525b48a;hb=b50e6755f3e6d65ace83556640d86ffc43dc7c1e;hp=067c387c529519fef51c38bdf5f7776b0bfabfef;hpb=de46e62fe493ce152e1804feec0d19d5d0cfaa9f;p=m6w6%2Flibmemcached diff --git a/libmemcached/options/include.am b/libmemcached/options/include.am index 067c387c..8283b188 100644 --- a/libmemcached/options/include.am +++ b/libmemcached/options/include.am @@ -3,14 +3,9 @@ # 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 \ @@ -19,6 +14,7 @@ noinst_HEADERS+= \ libmemcached/options/symbol.h libmemcached_libmemcached_la_SOURCES+= \ - libmemcached/options/build.cc \ libmemcached/options/parser.cc \ libmemcached/options/scanner.cc + +include libmemcached/options/parser.am