X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/blobdiff_plain/08e2be29746248898204da1ff23e0629ec29b644..58ad700d859210eb8eee3807950aa7492ac4797e:/base/Makefile.am diff --git a/base/Makefile.am b/base/Makefile.am index c8608ed4..c9560ca2 100644 --- a/base/Makefile.am +++ b/base/Makefile.am @@ -38,7 +38,7 @@ libbase_la_SOURCES += arena.c ## Constant-type operations. pkginclude_HEADERS += ct.h -libbase_la_SOURCES += ct.c +libbase_la_SOURCES += ct.c ct-test.c ## CPU-specific dispatch. pkginclude_HEADERS += dispatch.h @@ -55,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 --------------------------------------------------