Skip to content
Snippets Groups Projects
Commit 1dd758b2 authored by Oliver Sander's avatar Oliver Sander Committed by sander
Browse files

Add Python flags to the cosserat-continuum target

[[Imported from SVN: r9790]]
parent c40743f4
No related branches found
No related tags found
No related merge requests found
......@@ -17,10 +17,10 @@ noinst_PROGRAMS = cosserat-continuum rodobstacle rod3d harmonicmaps harmonicmaps
cosserat_continuum_SOURCES = cosserat-continuum.cc
cosserat_continuum_CXXFLAGS = $(UG_CPPFLAGS) $(AMIRAMESH_CPPFLAGS) $(IPOPT_CPPFLAGS) $(PSURFACE_CPPFLAGS) \
$(ADOLC_CPPFLAGS)
$(ADOLC_CPPFLAGS) $(PYTHON_CPPFLAGS)
cosserat_continuum_LDADD = $(UG_LDFLAGS) $(AMIRAMESH_LDFLAGS) $(UG_LIBS) $(AMIRAMESH_LIBS) \
$(IPOPT_LDFLAGS) $(IPOPT_LIBS) $(PSURFACE_LDFLAGS) $(PSURFACE_LIBS) \
$(ADOLC_LDFLAGS) $(ADOLC_LIBS)
$(ADOLC_LDFLAGS) $(ADOLC_LIBS) $(PYTHON_LDFLAGS) $(PYTHON_LIBS)
rodobstacle_SOURCES = rodobstacle.cc
rod3d_SOURCES = rod3d.cc
......
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