Skip to content

Commit f6b5891

Browse files
committed
Add real platform file to tarball
Signed-off-by: Ralph Castain <[email protected]>
1 parent d6e5287 commit f6b5891

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

opal/include/opal/Makefile.am

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
# Copyright (c) 2004-2005 The Regents of the University of California.
1111
# All rights reserved.
1212
# Copyright (c) 2007 Cisco Systems, Inc. All rights reserved.
13+
# Copyright (c) 2021 Nanook Consulting. All rights reserved.
1314
# $COPYRIGHT$
1415
#
1516
# Additional copyrights may follow
@@ -27,7 +28,8 @@ headers += \
2728
opal/prefetch.h \
2829
opal/hash_string.h \
2930
opal/frameworks.h \
30-
opal/opal_portable_platform.h
31+
opal/opal_portable_platform.h \
32+
opal/opal_portable_platform_real.h
3133

3234
nodist_headers += \
3335
opal/version.h

0 commit comments

Comments
 (0)