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