1
1
openmpi/opal/mca/compress/base/Makefile.am
Ralph Castain 23904c2f3e Correct the extra_dist path to the .windows file
This commit was SVN r23613.
2010-08-14 01:21:58 +00:00

24 строки
558 B
Makefile

#
# Copyright (c) 2004-2010 The Trustees of Indiana University and Indiana
# University Research and Technology
# Corporation. All rights reserved.
# $COPYRIGHT$
#
# Additional copyrights may follow
#
# $HEADER$
#
EXTRA_DIST = base/.windows
dist_pkgdata_DATA = base/help-opal-compress-base.txt
headers += \
base/base.h
libmca_compress_la_SOURCES += \
base/compress_base_open.c \
base/compress_base_close.c \
base/compress_base_select.c \
base/compress_base_fns.c