1
1

Add some missing headers / correct one installation directory

This commit was SVN r8408.
Этот коммит содержится в:
Jeff Squyres 2005-12-08 04:00:52 +00:00
родитель 141d4ea30a
Коммит 31336e4773
3 изменённых файлов: 5 добавлений и 3 удалений

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

@ -30,7 +30,7 @@ libmca_oob_la_SOURCES += $(headers)
# Conditionally install the header files
if WANT_INSTALL_HEADERS
nobase_orte_HEADERS += $(headers)
ortedir = $(includedir)/openmpi/orte/mca/oobs
ortedir = $(includedir)/openmpi/orte/mca/oob
else
ortedir = $(includedir)
endif

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

@ -17,7 +17,8 @@
#
headers += \
base/base.h
base/base.h \
base/ras_base_node.h
libmca_ras_la_SOURCES += \
base/ras_base_alloc.c \

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

@ -17,7 +17,8 @@
#
headers += \
base/base.h
base/base.h \
base/rmaps_base_map.h
libmca_rmaps_la_SOURCES += \
base/rmaps_base_close.c \