From 115a3cdd1a8d41faec3ad7afa6e1866f287b90f6 Mon Sep 17 00:00:00 2001 From: Brian Barrett Date: Wed, 15 Mar 2006 15:03:15 +0000 Subject: [PATCH] * add datatype directory to dist_subdirs as well as subdirs. Fixes broken make dist from last night This commit was SVN r9287. --- ompi/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/ompi/Makefile.am b/ompi/Makefile.am index 9a4371dc5c..078520cd3d 100644 --- a/ompi/Makefile.am +++ b/ompi/Makefile.am @@ -64,6 +64,7 @@ SUBDIRS = \ DIST_SUBDIRS = \ include \ + datatype \ debuggers \ etc \ mpi \