X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/blobdiff_plain/6633f16cd7b339def9ee1a7b10b6c03c4d9855c5..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