blob: 1ec4316488fc2fbad83ebdc0d74148b5a631312a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
#
# Copyright 2010 Ettus Research LLC
#
include $(top_srcdir)/Makefile.common
SUBDIRS =
this_includedir = $(includedir)
this_include_HEADERS = \
usrp_uhd.hpp
usrp_uhd_includedir = $(includedir)/usrp_uhd
usrp_uhd_include_HEADERS = \
usrp_uhd/usrp_addr.hpp \
usrp_uhd/wax.hpp
|