[haiku-commits] r33696 - haiku/trunk/src/bin

  • From: revol@xxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Wed, 21 Oct 2009 12:06:31 +0200 (CEST)

Author: mmu_man
Date: 2009-10-21 12:06:31 +0200 (Wed, 21 Oct 2009)
New Revision: 33696
Changeset: http://dev.haiku-os.org/changeset/33696/haiku

Modified:
   haiku/trunk/src/bin/Jamfile
Log:
Add checkitout to the build.


Modified: haiku/trunk/src/bin/Jamfile
===================================================================
--- haiku/trunk/src/bin/Jamfile 2009-10-21 10:05:47 UTC (rev 33695)
+++ haiku/trunk/src/bin/Jamfile 2009-10-21 10:06:31 UTC (rev 33696)
@@ -17,6 +17,7 @@
 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 @@
 # standard commands that need libbe.so and libsupc++.so
 StdBinCommands
        alert.cpp
+       checkitout.cpp
        dstcheck.cpp
        hey.cpp
        reindex.cpp


Other related posts:

  • » [haiku-commits] r33696 - haiku/trunk/src/bin - revol