1
1

* as requested by ralph, include orted.h in the list of developer headers

This commit was SVN r6389.
Этот коммит содержится в:
Brian Barrett 2005-07-08 13:46:06 +00:00
родитель b226af1176
Коммит e4644c407c

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

@ -39,14 +39,23 @@ libs = \
$(top_builddir)/orte/liborte.la \
$(top_builddir)/opal/libopal.la
headers = orted.h
bin_PROGRAMS = orted
orted_SOURCES = \
orted.h \
$(headers) \
orted.c
orted_LDADD = $(libs) $(LIBMPI_EXTRA_LIBS)
orted_LDFLAGS = $(LIBMPI_EXTRA_LDFLAGS)
orted_DEPENDENCIES = $(libs)
clean-local:
test -z "$(OMPI_CXX_TEMPLATE_REPOSITORY)" || $(RM) -rf $(OMPI_CXX_TEMPLATE_REPOSITORY)
# Conditionally install the header files
if WANT_INSTALL_HEADERS
ortedir = $(includedir)/openmpi/orte/tools/orted
orte_HEADERS = $(headers)
else
ortedir = $(includedir)
endif