094d6f3143
Add a set of URI create/parse utilities This commit was SVN r27483.
17 строки
309 B
Makefile
17 строки
309 B
Makefile
#
|
|
# Copyright (c) 2012 Los Alamos National Security, LLC. All rights reserved.
|
|
# $COPYRIGHT$
|
|
#
|
|
# Additional copyrights may follow
|
|
#
|
|
# $HEADER$
|
|
#
|
|
|
|
headers += \
|
|
base/base.h
|
|
|
|
libmca_dfs_la_SOURCES += \
|
|
base/dfs_base_close.c \
|
|
base/dfs_base_select.c \
|
|
base/dfs_base_open.c
|