1
1
openmpi/opal/mca/hwloc/base/Makefile.am
Jeff Squyres d6682523f6 Put in proper basename so that "make dist" can find it.
This commit was SVN r25135.
2011-09-13 11:09:56 +00:00

24 строки
380 B
Makefile

#
# Copyright (c) 2011 Cisco Systems, Inc. All rights reserved.
# $COPYRIGHT$
#
# Additional copyrights may follow
#
# $HEADER$
#
EXTRA_DIST = base/.windows
headers += \
base/base.h
libmca_hwloc_la_SOURCES += \
base/hwloc_base_close.c \
base/hwloc_base_open.c
if OPAL_HAVE_HWLOC
libmca_hwloc_la_SOURCES += \
base/hwloc_base_dt.c
endif