2012-06-19 13:38:42 +00:00
|
|
|
#
|
|
|
|
# Copyright (c) 2010 Cisco Systems, Inc. All rights reserved.
|
2012-06-27 14:53:55 +00:00
|
|
|
# Copyright (c) 2012 Los Alamos National Security, Inc. All rights reserved.
|
2012-06-19 13:38:42 +00:00
|
|
|
# $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_open.c \
|
|
|
|
base/db_base_close.c \
|
2013-01-05 06:28:09 +00:00
|
|
|
base/db_base_select.c \
|
|
|
|
base/db_base_fns.c
|