X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/blobdiff_plain/1ed2aa0742d8a12e3368e4cf6d9a28746c153772..HEAD:/base/Makefile.am diff --git a/base/Makefile.am b/base/Makefile.am index 8b7c0fcd..f4c99732 100644 --- a/base/Makefile.am +++ b/base/Makefile.am @@ -42,6 +42,9 @@ 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