[haiku-commits] r38887 - haiku/trunk/src/add-ons/decorators/SATDecorator

  • From: clemens.zeidler@xxxxxxxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Mon, 4 Oct 2010 22:18:45 +0200 (CEST)

Author: czeidler
Date: 2010-10-04 22:18:45 +0200 (Mon, 04 Oct 2010)
New Revision: 38887
Changeset: http://dev.haiku-os.org/changeset/38887

Modified:
   haiku/trunk/src/add-ons/decorators/SATDecorator/Jamfile
Log:
Use the static linprog lib.



Modified: haiku/trunk/src/add-ons/decorators/SATDecorator/Jamfile
===================================================================
--- haiku/trunk/src/add-ons/decorators/SATDecorator/Jamfile     2010-10-04 
19:32:35 UTC (rev 38886)
+++ haiku/trunk/src/add-ons/decorators/SATDecorator/Jamfile     2010-10-04 
20:18:45 UTC (rev 38887)
@@ -21,5 +21,5 @@
        libbe.so
        <nogrist>app_server
        $(TARGET_LIBSTDC++)
-       liblpsolve55.so liblinprog.so
+       liblpsolve55.so liblinprog.a
 ;


Other related posts:

  • » [haiku-commits] r38887 - haiku/trunk/src/add-ons/decorators/SATDecorator - clemens . zeidler