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

psurface flags

[[Imported from SVN: r2395]]
parent 882a9463
No related branches found
No related tags found
No related merge requests found
......@@ -21,9 +21,9 @@ staticrod2_SOURCES = staticrod2.cc
rod3d_SOURCES = rod3d.cc
dirneucoupling_SOURCES = dirneucoupling.cc
dirneucoupling_CXXFLAGS = $(UG_CPPFLAGS) $(AMIRAMESH_CPPFLAGS) $(IPOPT_CPPFLAGS)
dirneucoupling_CXXFLAGS = $(UG_CPPFLAGS) $(AMIRAMESH_CPPFLAGS) $(IPOPT_CPPFLAGS) $(PSURFACE_CPPFLAGS)
dirneucoupling_LDADD = $(UG_LDFLAGS) $(AMIRAMESH_LDFLAGS) $(UG_LIBS) $(AMIRAMESH_LIBS) \
$(IPOPT_LDADD)
$(IPOPT_LDADD) $(PSURFACE_LDFLAGS) $(PSURFACE_LIBS)
# don't follow the full GNU-standard
# we need automake 1.5
......
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