X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=Makefile.am;h=a7bf2cc6af8ffee2544789bb1acaca9faa12e795;hb=1591feaed3f710d48f76a6fc8a3a52242ab34fd9;hp=386494118ee63d15b4eb94db850c2213b48d7644;hpb=d19633c9a900fbf48d87d49d7202c7b60036e620;p=awesomized%2Flibmemcached diff --git a/Makefile.am b/Makefile.am index 38649411..a7bf2cc6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -15,10 +15,12 @@ nobase_include_HEADERS = check_PROGRAMS = EXTRA_HEADERS = BUILT_SOURCES= +DISTCLEANFILES= EXTRA_DIST= \ ${srcdir}/m4/pandora_*.m4 \ .quickly \ README.FIRST \ + README.win32 \ config/autorun.sh \ config/pandora-plugin \ config/uncrustify.cfg \ @@ -40,11 +42,13 @@ test-docs: (cd docs && $(MAKE) test-docs) include libmemcached/include.am include clients/include.am +include libtest/include.am include libhashkit/include.am -include unittests/include.am include tests/include.am include example/include.am include support/include.am +include poll/include.am +include win32/include.am TESTS += ${check_PROGRAMS} @@ -91,5 +95,6 @@ lcov-clean: clean find . -name '*.gcno' | xargs rm -f find . -name '*.gcda' | xargs rm -f +CLEANFILES+= config/top.h