X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=Makefile.am;h=b9fec57ec2c35695a95ea7d5c0efb1cd77c7b155;hb=b01326b56e6207e84749fecd9883dfa1887299ac;hp=df606e6171ed2e30e184494bbc53f1d4e578778f;hpb=b6ddf75a0d95c089bfb21057619de2eba918c3de;p=awesomized%2Flibmemcached diff --git a/Makefile.am b/Makefile.am index df606e61..b9fec57e 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 \ @@ -38,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