1
1

Minor fixes to make the tree build correctly. Temporaryly removed

test/include from the build because it only has one program that
doesn't compile right now.

This commit was SVN r1297.
Этот коммит содержится в:
Jeff Squyres 2004-06-16 00:34:27 +00:00
родитель 3907aac814
Коммит ceec782bcd
3 изменённых файлов: 5 добавлений и 4 удалений

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

@ -877,6 +877,7 @@ AC_CONFIG_FILES([
src/rte/universe/Makefile
test/Makefile
test/include/Makefile
test/support/Makefile
test/class/Makefile
test/threads/Makefile

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

@ -5,7 +5,7 @@
include $(top_srcdir)/config/Makefile.options
SUBDIRS = support class util threads include
SUBDIRS = support class util threads
# JMS Temporary hack to make "make dist" work. The directories mentioned
# here will eventually moved into SUBDIRS.
DIST_SUBDIRS = $(SUBDIRS) rte
DIST_SUBDIRS = $(SUBDIRS) rte include

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

@ -10,6 +10,6 @@ noinst_PROGRAMS = \
atomic
atomic_SOURCES = atomic.c
ompi_bitmap_LDADD = \
atomic_LDADD = \
$(top_builddir)/test/support/libsupport.la
ompi_bitmap_DEPENDENCIES = $(ompi_bitmap_LDADD)
atomic_DEPENDENCIES = $(ompi_bitmap_LDADD)