X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/blobdiff_plain/0a80c8cefb56e80ccb95277b250dab0c10e99d9d..HEAD:/base/Makefile.am diff --git a/base/Makefile.am b/base/Makefile.am index 145f9c35..f4c99732 100644 --- a/base/Makefile.am +++ b/base/Makefile.am @@ -42,9 +42,18 @@ libbase_la_SOURCES += arena.c pkginclude_HEADERS += ct.h libbase_la_SOURCES += ct.c ct-test.c +## Bit permutations. +pkginclude_HEADERS += permute.h + ## CPU-specific dispatch. pkginclude_HEADERS += dispatch.h libbase_la_SOURCES += dispatch.c +if CPUFAM_X86 +libbase_la_SOURCES += dispatch-x86ish.S +endif +if CPUFAM_AMD64 +libbase_la_SOURCES += dispatch-x86ish.S +endif ## Acceptable key-size descriptions. pkginclude_HEADERS += keysz.h