From e5ac52c246538bb24fb5013e8024afcab603b5c7 Mon Sep 17 00:00:00 2001 From: Brian Barrett Date: Sun, 12 Feb 2006 15:50:01 +0000 Subject: [PATCH] * must include opal/types.h in the tarball This commit was SVN r8993. --- opal/include/opal/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/opal/include/opal/Makefile.am b/opal/include/opal/Makefile.am index 200470d799..a4f624c0ad 100644 --- a/opal/include/opal/Makefile.am +++ b/opal/include/opal/Makefile.am @@ -19,6 +19,7 @@ # This makefile.am does not stand on its own - it is included from opal/Makefile.am headers += \ - opal/constants.h + opal/constants.h \ + opal/types.h include opal/sys/Makefile.am