X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/blobdiff_plain/0f00dc4c8eb47e67bc0f148c2dd109f73a451e0a..0588f9b2eed9ae38883806d754bdd879823038cf:/base/Makefile.am diff --git a/base/Makefile.am b/base/Makefile.am index 35c86ff5..0ac43f2e 100644 --- a/base/Makefile.am +++ b/base/Makefile.am @@ -40,6 +40,10 @@ libbase_la_SOURCES += arena.c pkginclude_HEADERS += ct.h libbase_la_SOURCES += ct.c +## CPU-specific dispatch. +pkginclude_HEADERS += dispatch.h +libbase_la_SOURCES += dispatch.c + ## Acceptable key-size descriptions. pkginclude_HEADERS += keysz.h libbase_la_SOURCES += keysz.c keysz-conv.c @@ -51,4 +55,7 @@ libbase_la_SOURCES += lmem.c ## Clearing secrets from memory. pkginclude_HEADERS += paranoia.h +## Base definitions for assembler source. +EXTRA_DIST += asm-common.h + ###----- That's all, folks --------------------------------------------------