1
1

Rename src/util/libutil.la -> src/util/libompiutil.la because Libtool

was getting confused with the recent addition of "-lutil" to get the
system-level libutil (i.e., Libtool was confusing the two and doing
Bad Things).

This commit was SVN r5467.
Этот коммит содержится в:
Jeff Squyres 2005-04-20 14:14:07 +00:00
родитель 6bbdf75df0
Коммит 266344210f
2 изменённых файлов: 4 добавлений и 4 удалений

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

@ -170,7 +170,7 @@ libmpi_la_LIBADD = \
request/librequest.la \
runtime/libruntime.la \
threads/libthreads.la \
util/libutil.la
util/libompiutil.la
libmpi_la_DEPENDENCIES = $(libmpi_la_LIBADD)
# Conditionally install the header files

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

@ -20,9 +20,9 @@ AM_CPPFLAGS = -DOMPI_PKGDATADIR=\"$(pkgdatadir)\"
AM_LFLAGS = -Pompi_show_help_yy
LEX_OUTPUT_ROOT = lex.ompi_show_help_yy
libutil_la_CCASFLAGS = $(CPPFLAGS)
#libompiutil_la_CCASFLAGS = $(CPPFLAGS)
noinst_LTLIBRARIES = libutil.la
noinst_LTLIBRARIES = libompiutil.la
# Source code files
@ -53,7 +53,7 @@ headers = \
universe_setup_file_io.h \
strncpy.h
libutil_la_SOURCES = \
libompiutil_la_SOURCES = \
$(headers) \
argv.c \
basename.c \