File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
opal/mca/event/libevent2022 Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 4
4
# Copyright (c) 2012-2013 Los Alamos National Security, LLC.
5
5
# All rights reserved.
6
6
# Copyright (c) 2015 Intel, Inc. All rights reserved
7
+ # Copyright (c) 2016 Research Organization for Information Science
8
+ # and Technology (RIST). All rights reserved.
7
9
# $COPYRIGHT$
8
10
#
9
11
# Additional copyrights may follow
@@ -80,10 +82,13 @@ component_noinst = libmca_event_libevent2022.la
80
82
component_install =
81
83
endif
82
84
85
+
83
86
# We only ever build this component statically
84
87
85
88
noinst_LTLIBRARIES = $(component_noinst )
86
89
libmca_event_libevent2022_la_SOURCES =$(sources )
87
90
libmca_event_libevent2022_la_LDFLAGS = -module -avoid-version
88
91
libmca_event_libevent2022_la_LIBADD = $(builddir ) /libevent/libevent.la
92
+ libmca_event_libevent2022_la_DEPENDENCIES = $(builddir ) /libevent/libevent.la
93
+ mca_event_libevent2022_la_DEPENDENCIES = $(builddir ) /libevent/libevent.la
89
94
You can’t perform that action at this time.
0 commit comments