1
1

orte/mca/common: add missing Makefile.am

Этот коммит содержится в:
Howard Pritchard 2014-11-26 09:42:31 -07:00
родитель 191fe0f949
Коммит ec38aa3732

25
orte/mca/common/Makefile.am Обычный файл
Просмотреть файл

@ -0,0 +1,25 @@
#
# Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana
# University Research and Technology
# Corporation. All rights reserved.
# Copyright (c) 2004-2005 The University of Tennessee and The University
# of Tennessee Research Foundation. All rights
# reserved.
# Copyright (c) 2004-2005 High Performance Computing Center Stuttgart,
# University of Stuttgart. All rights reserved.
# Copyright (c) 2004-2005 The Regents of the University of California.
# All rights reserved.
# Copyright (c) 2010 Cisco Systems, Inc. All rights reserved.
# $COPYRIGHT$
#
# Additional copyrights may follow
#
# $HEADER$
#
# Note that this file must exist, even though it is empty (there is no
# "base" directory for the common framework). autogen.pl and
# opal_mca.m4 assume that every framework has a top-level Makefile.am.
# We *could* adjust the framework glue code to exclude "common" from
# this requirement, but it's just a lot easier to have an empty
# Makefile.am here.