ddb44eb81f
Aside from comments, these help files are empty -- so just remove them. Also remove a few inclusions of show_help.h, since it isn't used in those source files. This commit was SVN r31328.
21 строка
539 B
Makefile
21 строка
539 B
Makefile
#
|
|
# Copyright (c) 2004-2010 The Trustees of Indiana University and Indiana
|
|
# University Research and Technology
|
|
# Corporation. All rights reserved.
|
|
# Copyright (c) 2014 Cisco Systems, Inc. All rights reserved.
|
|
# $COPYRIGHT$
|
|
#
|
|
# Additional copyrights may follow
|
|
#
|
|
# $HEADER$
|
|
#
|
|
|
|
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
|