1
1

Changes to make "make dist" work properly

This commit was SVN r1501.
Этот коммит содержится в:
Jeff Squyres 2004-06-29 19:22:21 +00:00
родитель e15f52c11f
Коммит 74fb2fd531
2 изменённых файлов: 0 добавлений и 7 удалений

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

@ -31,9 +31,6 @@ SUBDIRS = \
. \
dynamic-mca \
tools
# JMS Temporary hack to make "make dist" function properly. Directories
# mentioned here will eventually move into SUBDIRS.
DIST_SUBDIRS = $(SUBDIRS) rte
lib_LTLIBRARIES = libmpi.la
libmpi_la_SOURCES =

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

@ -13,8 +13,6 @@ noinst_LTLIBRARIES = libruntime.la
headers = \
runtime.h \
universe_init.h \
universe_connect.h \
ompi_progress.h
libruntime_la_SOURCES = \
@ -25,9 +23,7 @@ libruntime_la_SOURCES = \
ompi_mpi_init.c \
ompi_mpi_finalize.c \
ompi_progress.c \
universe_init.c \
ompi_rte_finalize.c \
universe_connect.c \
ompi_rte_init.c
# Conditionally install the header files