From d64d9943d8c595205c6fbeba726b689e82dae97d Mon Sep 17 00:00:00 2001 From: Sander Pronk Date: Thu, 21 Apr 2011 14:31:52 +0200 Subject: [PATCH] Fixed thread_mpi's Makefile.am to not include removed file. --- src/gmxlib/thread_mpi/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/gmxlib/thread_mpi/Makefile.am b/src/gmxlib/thread_mpi/Makefile.am index 38eea47e8e..e70c43c42d 100644 --- a/src/gmxlib/thread_mpi/Makefile.am +++ b/src/gmxlib/thread_mpi/Makefile.am @@ -20,8 +20,7 @@ libthread_mpi_la_SOURCES = alltoall.c impl.h pthreads.h \ event.c p2p_wait.c topology.c \ gather.c profile.c type.c \ group.c profile.h winthreads.c \ - hwinfo.c pthreads.c winthreads.h \ - numa_malloc.c + pthreads.c winthreads.h numa_malloc.c CLEANFILES = *.la *~ \\\#* -- 2.11.4.GIT