diff options
author | Josh Blum <josh@joshknows.com> | 2010-01-29 00:24:15 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-01-29 00:24:15 -0800 |
commit | 30a8d2ecc36ce8ad6c01032e514ac66a277f06d0 (patch) | |
tree | 894b16a38d02c677ab2038932838064edc325ab4 /include/usrp_uhd/Makefile.am | |
parent | d5d9da3114bf069c05a8dcb7fca32ccd70405512 (diff) | |
download | uhd-30a8d2ecc36ce8ad6c01032e514ac66a277f06d0.tar.gz uhd-30a8d2ecc36ce8ad6c01032e514ac66a277f06d0.tar.bz2 uhd-30a8d2ecc36ce8ad6c01032e514ac66a277f06d0.zip |
Added dboard id enum.
Moved timespec into its own header.
Diffstat (limited to 'include/usrp_uhd/Makefile.am')
-rw-r--r-- | include/usrp_uhd/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/usrp_uhd/Makefile.am b/include/usrp_uhd/Makefile.am index 0a19bfe56..c546fd0e2 100644 --- a/include/usrp_uhd/Makefile.am +++ b/include/usrp_uhd/Makefile.am @@ -12,5 +12,6 @@ this_include_HEADERS = \ device_addr.hpp \ gain_handler.hpp \ props.hpp \ + time_spec.hpp \ utils.hpp \ wax.hpp |