8d2fa3693b
This commit was SVN r28116.
22 строки
662 B
Makefile
22 строки
662 B
Makefile
#
|
|
# Copyright (c) 2006 Los Alamos National Security, LLC. All rights
|
|
# reserved.
|
|
# Copyright (c) 2007 Cisco Systems, Inc. All rights reserved.
|
|
# Copyright (c) 2009 High Performance Computing Center Stuttgart,
|
|
# University of Stuttgart. All rights reserved.
|
|
# $COPYRIGHT$
|
|
#
|
|
# Additional copyrights may follow
|
|
#
|
|
# $HEADER$
|
|
#
|
|
|
|
noinst_LTLIBRARIES = libmca_installdirs_config.la
|
|
|
|
libmca_installdirs_config_la_SOURCES = \
|
|
opal_installdirs_config.c
|
|
|
|
# This file is generated; we do not want to include it in the tarball
|
|
nodist_libmca_installdirs_config_la_SOURCES = \
|
|
install_dirs.h
|