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.
Этот коммит содержится в:
родитель
6bbdf75df0
Коммит
266344210f
@ -170,7 +170,7 @@ libmpi_la_LIBADD = \
|
|||||||
request/librequest.la \
|
request/librequest.la \
|
||||||
runtime/libruntime.la \
|
runtime/libruntime.la \
|
||||||
threads/libthreads.la \
|
threads/libthreads.la \
|
||||||
util/libutil.la
|
util/libompiutil.la
|
||||||
libmpi_la_DEPENDENCIES = $(libmpi_la_LIBADD)
|
libmpi_la_DEPENDENCIES = $(libmpi_la_LIBADD)
|
||||||
|
|
||||||
# Conditionally install the header files
|
# Conditionally install the header files
|
||||||
|
@ -20,9 +20,9 @@ AM_CPPFLAGS = -DOMPI_PKGDATADIR=\"$(pkgdatadir)\"
|
|||||||
AM_LFLAGS = -Pompi_show_help_yy
|
AM_LFLAGS = -Pompi_show_help_yy
|
||||||
LEX_OUTPUT_ROOT = lex.ompi_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
|
# Source code files
|
||||||
|
|
||||||
@ -53,7 +53,7 @@ headers = \
|
|||||||
universe_setup_file_io.h \
|
universe_setup_file_io.h \
|
||||||
strncpy.h
|
strncpy.h
|
||||||
|
|
||||||
libutil_la_SOURCES = \
|
libompiutil_la_SOURCES = \
|
||||||
$(headers) \
|
$(headers) \
|
||||||
argv.c \
|
argv.c \
|
||||||
basename.c \
|
basename.c \
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user