From cd5012d4819f5d25f86ccb70225e87c65ba77a87 Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Fri, 5 Feb 2010 13:42:45 +0000 Subject: [PATCH] Fix "make dist: opal/event/WIN32-Code/misc.* don't exist anymore. This commit was SVN r22562. --- opal/event/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/opal/event/Makefile.am b/opal/event/Makefile.am index e5b1b3584a..f8412ec356 100644 --- a/opal/event/Makefile.am +++ b/opal/event/Makefile.am @@ -9,7 +9,7 @@ # University of Stuttgart. All rights reserved. # Copyright (c) 2004-2005 The Regents of the University of California. # All rights reserved. -# Copyright (c) 2008 Cisco Systems, Inc. All rights reserved. +# Copyright (c) 2008-2010 Cisco Systems, Inc. All rights reserved. # $COPYRIGHT$ # # Additional copyrights may follow @@ -38,8 +38,8 @@ EXTRA_DIST = event.h event-internal.h evsignal.h event.3 \ Doxyfile \ kqueue.c epoll_sub.c epoll.c select.c poll.c signal.c \ devpoll.c evport.c log.h\ - WIN32-Code/config.h WIN32-Code/misc.c \ - WIN32-Code/misc.h WIN32-Code/win32.c \ + WIN32-Code/config.h \ + WIN32-Code/win32.c \ WIN32-Code/tree.h CMakeLists.txt \ WIN32-Code/CMakeLists.txt