Skip to content
Snippets Groups Projects
Commit 6e06f530 authored by Oliver Sander's avatar Oliver Sander Committed by sander@PCPOOL.MI.FU-BERLIN.DE
Browse files

dune build system now recognizes dependencies on third-party modules

[[Imported from SVN: r2384]]
parent b23c511c
No related branches found
No related tags found
No related merge requests found
......@@ -14,10 +14,6 @@ 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
# Hack around the insufficient build system: add to references
# to ag-common by hand
AM_CPPFLAGS += -I../../dune/ag-common
noinst_PROGRAMS = staticrod staticrod2 rod3d dirneucoupling
staticrod_SOURCES = staticrod.cc
......
......@@ -5,4 +5,4 @@
#Name of the module
Module:rods
#depending on
Depends:dune-common dune-grid dune-istl dune-disc
Depends:dune-common dune-grid dune-istl dune-disc ag-common
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment