base/asm-common.h: Use new literal-pool stuff for ARM PIC macros.
[catacomb] / base / Makefile.am
index c8608ed..0ac43f2 100644 (file)
@@ -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 --------------------------------------------------