X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=Makefile.am;h=d163202714941cb07d46fe389fe06246813091d4;hb=ab2154ec9b3c87fbd414176aeed0ccfebbb8bf2b;hp=ea95090450919098f5d1f8488de0e896f402c389;hpb=f7ecf160cd1724def39fd7f41cbbc313ea02484e;p=m6w6%2Flibmemcached diff --git a/Makefile.am b/Makefile.am index ea950904..d1632027 100644 --- a/Makefile.am +++ b/Makefile.am @@ -10,18 +10,19 @@ noinst_HEADERS = lib_LTLIBRARIES = noinst_LTLIBRARIES = noinst_PROGRAMS = -pkginclude_HEADERS = -nobase_pkginclude_HEADERS = +include_HEADERS = +nobase_include_HEADERS = EXTRA_HEADERS = BUILT_SOURCES= EXTRA_DIST = README.FIRST -SUBDIRS = docs libhashkit +SUBDIRS = docs test-docs: (cd docs && $(MAKE) test-docs) include libmemcached/include.am include clients/include.am +include libhashkit/include.am include tests/include.am include example/include.am include support/include.am