We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6e5287 commit f6b5891Copy full SHA for f6b5891
opal/include/opal/Makefile.am
@@ -10,6 +10,7 @@
10
# Copyright (c) 2004-2005 The Regents of the University of California.
11
# All rights reserved.
12
# Copyright (c) 2007 Cisco Systems, Inc. All rights reserved.
13
+# Copyright (c) 2021 Nanook Consulting. All rights reserved.
14
# $COPYRIGHT$
15
#
16
# Additional copyrights may follow
@@ -27,7 +28,8 @@ headers += \
27
28
opal/prefetch.h \
29
opal/hash_string.h \
30
opal/frameworks.h \
- opal/opal_portable_platform.h
31
+ opal/opal_portable_platform.h \
32
+ opal/opal_portable_platform_real.h
33
34
nodist_headers += \
35
opal/version.h
0 commit comments