[haiku-commits] r34401 - haiku/trunk/src/system/libroot/os

  • From: ingo_weinhold@xxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Tue, 1 Dec 2009 10:35:25 +0100 (CET)

Author: bonefish
Date: 2009-12-01 10:35:25 +0100 (Tue, 01 Dec 2009)
New Revision: 34401
Changeset: http://dev.haiku-os.org/changeset/34401/haiku

Modified:
   haiku/trunk/src/system/libroot/os/Jamfile
Log:
Add init_once.cpp to the build.


Modified: haiku/trunk/src/system/libroot/os/Jamfile
===================================================================
--- haiku/trunk/src/system/libroot/os/Jamfile   2009-12-01 09:34:58 UTC (rev 
34400)
+++ haiku/trunk/src/system/libroot/os/Jamfile   2009-12-01 09:35:25 UTC (rev 
34401)
@@ -31,6 +31,7 @@
        wait_for_objects.cpp
 
        # locks
+       init_once.cpp
        mutex.cpp
        recursive_lock.cpp
        rw_lock.cpp


Other related posts:

  • » [haiku-commits] r34401 - haiku/trunk/src/system/libroot/os - ingo_weinhold