18 строки
312 B
Makefile
18 строки
312 B
Makefile
|
#
|
||
|
# Copyright (c) 2015 Cisco Systems, Inc. All rights reserved.
|
||
|
# $COPYRIGHT$
|
||
|
#
|
||
|
# Additional copyrights may follow
|
||
|
#
|
||
|
# $HEADER$
|
||
|
#
|
||
|
|
||
|
headers += \
|
||
|
base/base.h
|
||
|
|
||
|
libmca_dl_la_SOURCES += \
|
||
|
base/dl_base_open.c \
|
||
|
base/dl_base_close.c \
|
||
|
base/dl_base_select.c \
|
||
|
base/dl_base_fns.c
|