1
1

need orted_LDFLAGS as a placeholder

you will need to re autogen.sh 

This commit was SVN r17951.
Этот коммит содержится в:
Galen Shipman 2008-03-25 13:41:09 +00:00
родитель cca449e379
Коммит f1e3045296

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

@ -25,5 +25,12 @@ dist_man_MANS = orted.1
endif # OMPI_INSTALL_BINARIES
orted_SOURCES = orted.c
orted_SOURCES = orted.c
# the following empty orted_LDFLAGS is used
# so that the orted can be compiled statically
# by simply changing the value of this from
# nothing to -all-static in the Makefile.in
# nice for systems that don't have all the shared
# libraries on the computes
orted_LDFLAGS =
orted_LDADD = $(top_builddir)/orte/libopen-rte.la