From 62317978a4c3cd5bc112c3604ae18be0678b43c5 Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Fri, 16 Jul 2004 04:19:20 +0000 Subject: [PATCH] We're not building anything in win, either. This commit was SVN r1758. --- src/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index b84341e57d..f3d6ec3a0d 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -51,9 +51,9 @@ libmpi_la_LIBADD = \ request/librequest.la \ runtime/libruntime.la \ threads/libthreads.la \ - util/libutil.la \ - win/libwin.la + util/libutil.la not_implemented_yet =\ ctnetwork/libctnetwork.la \ - file/libfile.la + file/libfile.la \ + win/libwin.la