c041156f60
This commit was SVN r28240.
20 строки
420 B
Makefile
20 строки
420 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$
|
|
#
|
|
|
|
headers += \
|
|
base/base.h \
|
|
base/sensor_private.h
|
|
|
|
libmca_sensor_la_SOURCES += \
|
|
base/sensor_base_frame.c \
|
|
base/sensor_base_select.c \
|
|
base/sensor_base_fns.c
|