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.
Этот коммит содержится в:
родитель
3907aac814
Коммит
ceec782bcd
@ -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)
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user