From 67b07ba4fc0e43888e897aae346516c18f8adfc6 Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Thu, 22 Jun 2006 11:56:18 +0000 Subject: [PATCH] AM complains if we define names with specific suffixes and the executable name is not listed anywhere -- so just comment them out for now. This commit was SVN r10472. --- test/datatype/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/datatype/Makefile.am b/test/datatype/Makefile.am index c48015e008..065acf948c 100644 --- a/test/datatype/Makefile.am +++ b/test/datatype/Makefile.am @@ -26,6 +26,6 @@ position_SOURCES = position.c position_LDFLAGS = $(WRAPPER_EXTRA_LDFLAGS) position_LDADD = $(top_builddir)/ompi/libmpi.la -to_self_SOURCES = to_self.c -to_self_LDFLAGS = $(WRAPPER_EXTRA_LDFLAGS) -to_self_LDADD = $(top_builddir)/ompi/libmpi.la +#to_self_SOURCES = to_self.c +#to_self_LDFLAGS = $(WRAPPER_EXTRA_LDFLAGS) +#to_self_LDADD = $(top_builddir)/ompi/libmpi.la