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 b110f76 commit 7594b95Copy full SHA for 7594b95
opal/mca/hwloc/external/Makefile.am
@@ -1,5 +1,6 @@
1
#
2
# Copyright (c) 2011-2012 Cisco Systems, Inc. All rights reserved.
3
+# Copyright (c) 2016 Intel, Inc. All rights reserved.
4
# $COPYRIGHT$
5
6
# Additional copyrights may follow
@@ -14,10 +15,17 @@
14
15
# We only ever build this component statically
16
17
noinst_LTLIBRARIES = libmca_hwloc_external.la
18
+
19
libmca_hwloc_external_la_SOURCES = \
20
external.h \
21
hwloc_external_component.c
22
libmca_hwloc_external_la_LDFLAGS = \
23
-module -avoid-version \
24
$(opal_hwloc_external_LDFLAGS)
25
libmca_hwloc_external_la_LIBADD = $(hwloc_external_LIBS) -lhwloc
26
27
+# Conditionally install the header files
28
+if WANT_INSTALL_HEADERS
29
+opaldir = $(opalincludedir)/$(subdir)
30
+nobase_opal_HEADERS = external.h
31
+endif
0 commit comments