From 25b45c593067747fc26e690777ad0de54868d91d Mon Sep 17 00:00:00 2001
From: Oliver Sander <sander@igpm.rwth-aachen.de>
Date: Fri, 6 Jun 2008 15:32:19 +0000
Subject: [PATCH] new path to C++ IPOpt

[[Imported from SVN: r2382]]
---
 Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index db5fa3d8..a6880528 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -14,7 +14,7 @@ LAPACKPP_LDFLAGS  = -L/home/haile/sander/lapack++-inst/lib -llapackpp
 #IPOPT_CPPFLAGS = -I$(IPOPT_DIR)/IPOPT/include -DHAVE_IPOPT
 
 # Include and linker paths to the new C++ IPOpt library
-IPOPT_CPP_DIR  = /home/haile/sander/CoinIpopt/build
+IPOPT_CPP_DIR  = /home/haile/sander/Ipopt-3.3.5/build
 IPOPT_LDADD    = -L$(IPOPT_CPP_DIR)/lib -lipopt -llapack -lblas -lgfortran
 IPOPT_CPPFLAGS = -I$(IPOPT_CPP_DIR)/include -DHAVE_IPOPT_CPP
 
-- 
GitLab