1#
2# Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana
3#                         University Research and Technology
4#                         Corporation.  All rights reserved.
5# Copyright (c) 2004-2005 The University of Tennessee and The University
6#                         of Tennessee Research Foundation.  All rights
7#                         reserved.
8# Copyright (c) 2004-2005 High Performance Computing Center Stuttgart,
9#                         University of Stuttgart.  All rights reserved.
10# Copyright (c) 2004-2005 The Regents of the University of California.
11#                         All rights reserved.
12# Copyright (c) 2009-2010 Cisco Systems, Inc.  All rights reserved.
13# Copyright (c) 2015      Research Organization for Information Science
14#                         and Technology (RIST). All rights reserved.
15# Copyright (c) 2016      Los Alamos National Security, LLC. All rights
16#                         reserved.
17# $COPYRIGHT$
18#
19# Additional copyrights may follow
20#
21# $HEADER$
22#
23
24# This component is only ever built statically (i.e., slurped into
25# libopen-pal) -- it is never built as a DSO.
26noinst_LTLIBRARIES = libmca_memory_patcher.la
27libmca_memory_patcher_la_SOURCES = \
28    memory_patcher.h \
29    memory_patcher_component.c
30libmca_memory_patcher_la_LDFLAGS = \
31   -module -avoid-version $(memory_patcher_LDFLAGS)
32libmca_memory_patcher_la_LIBADD = $(memory_patcher_LIBS)
33