Skip to content

Commit 6f7ed1f

Browse files
committed
event/libevent2022: add missing dependencies to the embedded libevent lib
force the libevent2022 component rebuild if the embedded libevent is updated Signed-off-by: Gilles Gouaillardet <[email protected]>
1 parent 06e75d6 commit 6f7ed1f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

opal/mca/event/libevent2022/Makefile.am

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
# Copyright (c) 2012-2013 Los Alamos National Security, LLC.
55
# All rights reserved.
66
# Copyright (c) 2015 Intel, Inc. All rights reserved
7+
# Copyright (c) 2016 Research Organization for Information Science
8+
# and Technology (RIST). All rights reserved.
79
# $COPYRIGHT$
810
#
911
# Additional copyrights may follow
@@ -80,10 +82,13 @@ component_noinst = libmca_event_libevent2022.la
8082
component_install =
8183
endif
8284

85+
8386
# We only ever build this component statically
8487

8588
noinst_LTLIBRARIES = $(component_noinst)
8689
libmca_event_libevent2022_la_SOURCES =$(sources)
8790
libmca_event_libevent2022_la_LDFLAGS = -module -avoid-version
8891
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
8994

0 commit comments

Comments
 (0)