From ff4169d2241155f91d1592906419aaec5b38bdc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Wed, 21 Oct 2009 10:06:31 +0000 Subject: [PATCH] Add checkitout to the build. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33696 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/bin/Jamfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/bin/Jamfile b/src/bin/Jamfile index 9579e39826..7f9610be68 100644 --- a/src/bin/Jamfile +++ b/src/bin/Jamfile @@ -17,6 +17,7 @@ AddResources hey : hey.rdef ; AddResources mimeset : mimeset.rdef ; AddResources mountvolume : mountvolume.rdef ; AddResources urlwrapper : urlwrapper.rdef ; +AddResources checkitout : checkitout.rdef ; # standard commands that don't need any additional library StdBinCommands @@ -109,6 +110,7 @@ StdBinCommands # standard commands that need libbe.so and libsupc++.so StdBinCommands alert.cpp + checkitout.cpp dstcheck.cpp hey.cpp reindex.cpp