Index: /trunk/source/lisp-kernel/darwinx8632/Makefile
===================================================================
--- /trunk/source/lisp-kernel/darwinx8632/Makefile	(revision 13627)
+++ /trunk/source/lisp-kernel/darwinx8632/Makefile	(revision 13628)
@@ -53,5 +53,6 @@
 CHEADERS = area.h bits.h x86-constants.h lisp-errors.h gc.h lisp.h \
 	lisp-exceptions.h lisp_globals.h macros.h memprotect.h image.h \
-	Threads.h lisptypes.h x86-constants32.h x86-exceptions.h $(PLATFORM_H)
+	Threads.h lisptypes.h x86-constants32.h x86-exceptions.h $(PLATFORM_H) \
+	constants.h
 
 # Subprims linked into the kernel ?
Index: /trunk/source/lisp-kernel/darwinx8664/Makefile
===================================================================
--- /trunk/source/lisp-kernel/darwinx8664/Makefile	(revision 13627)
+++ /trunk/source/lisp-kernel/darwinx8664/Makefile	(revision 13628)
@@ -76,5 +76,6 @@
 CHEADERS = area.h bits.h x86-constants.h lisp-errors.h gc.h lisp.h \
 	lisp-exceptions.h lisp_globals.h macros.h memprotect.h image.h \
-	Threads.h lisptypes.h x86-constants64.h x86-exceptions.h $(PLATFORM_H)
+	Threads.h lisptypes.h x86-constants64.h x86-exceptions.h $(PLATFORM_H) \
+	constants.h
 
 # Subprims linked into the kernel ?
