[haiku-commits] r36201 - haiku/trunk/src/kits

  • From: pulkomandy@xxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Mon, 12 Apr 2010 22:54:06 +0200 (CEST)

Author: pulkomandy
Date: 2010-04-12 22:54:06 +0200 (Mon, 12 Apr 2010)
New Revision: 36201
Changeset: http://dev.haiku-os.org/changeset/36201/haiku

Modified:
   haiku/trunk/src/kits/Jamfile
Log:
libbe_test needs the locale backend too.
This make the test_app_server run again.


Modified: haiku/trunk/src/kits/Jamfile
===================================================================
--- haiku/trunk/src/kits/Jamfile        2010-04-12 20:53:15 UTC (rev 36200)
+++ haiku/trunk/src/kits/Jamfile        2010-04-12 20:54:06 UTC (rev 36201)
@@ -49,6 +49,7 @@
 SetVersionScript libbe_test.so : libbe_test_versions ;
 
 SharedLibrary libbe_test.so :
+       LocaleBackend.cpp
        :
        <libbe>app_kit.o
        <libbe>interface_kit.o


Other related posts:

  • » [haiku-commits] r36201 - haiku/trunk/src/kits - pulkomandy