5d7a93c032
Interesting how many includes had to be fixed here and there to fill in missing dependencies :-) This commit was SVN r28411.
19 строки
512 B
Makefile
19 строки
512 B
Makefile
#
|
|
# Copyright (c) 2011-2012 Cisco Systems, Inc. All rights reserved.
|
|
# Copyright (c) 2013 Los Alamos National Security, LLC. All rights reserved.
|
|
# $COPYRIGHT$
|
|
#
|
|
# Additional copyrights may follow
|
|
#
|
|
# $HEADER$
|
|
#
|
|
|
|
# We only ever build this component statically
|
|
|
|
noinst_LTLIBRARIES = libmca_event_external.la
|
|
libmca_event_external_la_SOURCES = \
|
|
external.h \
|
|
event_external_component.c \
|
|
event_external_module.c
|
|
libmca_event_external_la_CPPFLAGS = $(opal_event_external_CPPFLAGS)
|