Allow out of srcdir compilation.
Here: add -I$(top_ompi_builddir)/include directory. This commit was SVN r4232.
Этот коммит содержится в:
родитель
77c54ddf69
Коммит
c8a13e27db
@ -16,7 +16,7 @@
|
||||
|
||||
include $(top_ompi_srcdir)/config/Makefile.options
|
||||
|
||||
AM_CPPFLAGS = -I$(top_ompi_builddir)/src/include \
|
||||
AM_CPPFLAGS = -I$(top_ompi_builddir)/src/include -I$(top_ompi_builddir)/include \
|
||||
-I$(top_ompi_srcdir)/src -I$(top_ompi_srcdir)/src/include
|
||||
|
||||
noinst_LTLIBRARIES = libmca_ptl_gm.la
|
||||
|
@ -23,6 +23,7 @@ EXTRA_DIST = VERSION
|
||||
# libompi_ssi_coll_ompi_basic.la
|
||||
|
||||
AM_CPPFLAGS = \
|
||||
-I$(top_ompi_builddir)/include \
|
||||
-I$(top_ompi_builddir)/src/include \
|
||||
-I$(top_ompi_builddir)/src/ompi/event \
|
||||
-I$(top_ompi_srcdir)/src \
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user