c121a784ae
This commit was SVN r28298.
20 строки
397 B
Makefile
20 строки
397 B
Makefile
#
|
|
# Copyright (c) 2010 Cisco Systems, Inc. All rights reserved.
|
|
# Copyright (c) 2012-2013 Los Alamos National Security, Inc. All rights reserved.
|
|
# $COPYRIGHT$
|
|
#
|
|
# Additional copyrights may follow
|
|
#
|
|
# $HEADER$
|
|
#
|
|
|
|
dist_pkgdata_DATA += base/help-db-base.txt
|
|
|
|
headers += \
|
|
base/base.h
|
|
|
|
libmca_db_la_SOURCES += \
|
|
base/db_base_frame.c \
|
|
base/db_base_select.c \
|
|
base/db_base_fns.c
|