From ba53f9376405590681b6e5d8f6f38b37d97fbace Mon Sep 17 00:00:00 2001 From: Oliver Sander <sander@igpm.rwth-aachen.de> Date: Wed, 29 Oct 2008 10:31:47 +0000 Subject: [PATCH] flags for IPOpt [[Imported from SVN: r2928]] --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 5b9e2a9c..91b69b52 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,8 +1,8 @@ # $Id$ # possible options -#LDADD = $(UG_LDFLAGS) $(AMIRAMESH_LDFLAGS) $(UG_LIBS) $(AMIRAMESH_LIBS) -#AM_CPPFLAGS = $(UG_CPPFLAGS) $(AMIRAMESH_CPPFLAGS) +LDADD = $(IPOPT_LDFLAGS) $(IPOPT_LIBS) +AM_CPPFLAGS += $(IPOPT_CPPFLAGS) noinst_PROGRAMS = staticrod staticrod2 rod3d dirneucoupling -- GitLab