5602156a1c
This commit was SVN r31684.
33 строки
561 B
Makefile
33 строки
561 B
Makefile
#
|
|
# Copyright (c) 2014 Intel, Inc. All rights reserved.
|
|
# $COPYRIGHT$
|
|
#
|
|
# Additional copyrights may follow
|
|
#
|
|
# $HEADER$
|
|
#
|
|
|
|
AM_CPPFLAGS = $(LTDLINCL)
|
|
|
|
# main library setup
|
|
noinst_LTLIBRARIES = libmca_sec.la
|
|
libmca_sec_la_SOURCES =
|
|
|
|
# pkgdata setup
|
|
dist_opaldata_DATA =
|
|
|
|
# local files
|
|
headers = sec.h
|
|
libmca_sec_la_SOURCES += $(headers)
|
|
|
|
# Conditionally install the header files
|
|
if WANT_INSTALL_HEADERS
|
|
opaldir = $(opalincludedir)/$(subdir)
|
|
nobase_opal_HEADERS = $(headers)
|
|
endif
|
|
|
|
include base/Makefile.am
|
|
|
|
distclean-local:
|
|
rm -f base/static-components.h
|