[gnumeric] compilation: fix linking.



commit 6cf344e9392b1cb95b8331f1c229d4eded44aeeb
Author: Morten Welinder <terra gnome org>
Date:   Thu Nov 12 09:59:15 2009 -0500

    compilation: fix linking.

 src/Makefile.am |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index bceef5d..f2ecf74 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -405,9 +405,7 @@ gnumeric_app_libs =				\
 
 if ENABLE_SOLVER
 gnumeric_app_libs +=				\
-	tools/solver/libsolver.la		\
-	tools/solver/glpk/source/libglpk.la	\
-	tools/solver/lp_solve/liblp_solve.la
+	tools/solver/libsolver.la
 endif
 
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]