Skip to content
Snippets Groups Projects
Commit 871c5d88 authored by Mikael Djurfeldt's avatar Mikael Djurfeldt
Browse files

Added include path to build directory.

parent 09aeb08e
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ pybuffer_la_LDFLAGS = -shared -module -avoid-version -export-dynamic $(MPI_LDFLA
pymusic_la_CPPFLAGS = \
$(MPI_CPPFLAGS) \
$(PYMUSIC_CPPFLAGS) \
-I$(top_srcdir)/src
-I$(top_srcdir)/src -I$(top_builddir)/src
pymusic_la_CXXFLAGS = \
$(PYMUSIC_CXXFLAGS) \
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment