1
1

Fix build issue when building with --disable-dlopen.

This commit was SVN r27945.
Этот коммит содержится в:
Rolf vandeVaart 2013-01-28 20:14:59 +00:00
родитель cfaefb3286
Коммит b5672927f2

Просмотреть файл

@ -52,6 +52,12 @@ bfo_sources = \
pml_bfo_sendreq.h \ pml_bfo_sendreq.h \
pml_bfo_start.c pml_bfo_start.c
# If we have CUDA support requested, build the CUDA file also
if MCA_ompi_cuda_support
bfo_sources += \
pml_bfo_cuda.c
endif
if MCA_BUILD_ompi_pml_bfo_DSO if MCA_BUILD_ompi_pml_bfo_DSO
component_noinst = component_noinst =
component_install = mca_pml_bfo.la component_install = mca_pml_bfo.la