X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=Makefile.am;h=b9fec57ec2c35695a95ea7d5c0efb1cd77c7b155;hb=996f400a876d5b3c99f0783bea2f6e4253c1fa12;hp=7111bceb2160ee40278f383ffb1711d2c3e4f960;hpb=455c7b4d466a7d6b11b95f8292eb2e2da607f949;p=awesomized%2Flibmemcached diff --git a/Makefile.am b/Makefile.am index 7111bceb..b9fec57e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -15,6 +15,7 @@ nobase_include_HEADERS = check_PROGRAMS = EXTRA_HEADERS = BUILT_SOURCES= +DISTCLEANFILES= EXTRA_DIST= \ ${srcdir}/m4/pandora_*.m4 \ .quickly \ @@ -39,10 +40,12 @@ endif test-docs: (cd docs && $(MAKE) test-docs) + +include libtest/include.am + include libmemcached/include.am include clients/include.am include libhashkit/include.am -include unittests/include.am include tests/include.am include example/include.am include support/include.am @@ -94,5 +97,6 @@ lcov-clean: clean find . -name '*.gcno' | xargs rm -f find . -name '*.gcda' | xargs rm -f +CLEANFILES+= config/top.h