blob: c546fd0e25fae91ef15f5d9b9ee8a82b413a5fbd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
#
# Copyright 2010 Ettus Research LLC
#
include $(top_srcdir)/Makefile.common
SUBDIRS = usrp quadradio
this_includedir = $(includedir)/usrp_uhd
this_include_HEADERS = \
device.hpp \
device_addr.hpp \
gain_handler.hpp \
props.hpp \
time_spec.hpp \
utils.hpp \
wax.hpp
|