From 598e86551729aa6afec8f25c4cb3c4c50451dc52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Sun, 12 Jan 2003 16:26:39 +0000 Subject: [PATCH] Added image.c to the build. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2424 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/kernel/core/Jamfile | 1 + 1 file changed, 1 insertion(+) diff --git a/src/kernel/core/Jamfile b/src/kernel/core/Jamfile index 98f7d8b4c6..fe78f84edd 100644 --- a/src/kernel/core/Jamfile +++ b/src/kernel/core/Jamfile @@ -11,6 +11,7 @@ KernelMergeObject kernel_core.o : <$(SOURCE_GRIST)>fd.c <$(SOURCE_GRIST)>gdb.c <$(SOURCE_GRIST)>heap.c + <$(SOURCE_GRIST)>image.c <$(SOURCE_GRIST)>int.c <$(SOURCE_GRIST)>khash.c <$(SOURCE_GRIST)>linkhack.c