summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2010-02-09 17:45:35 -0800
committerJosh Blum <josh@joshknows.com>2010-02-09 17:45:35 -0800
commite2044e13ec4ad94e9739402257134abd92cf1521 (patch)
treee642baa20cb194b38d1b3f0c9d4d0b93e32f868d /configure.ac
parentc5480830c6e8e8e862523b3ebf3117fda8a100df (diff)
downloaduhd-e2044e13ec4ad94e9739402257134abd92cf1521.tar.gz
uhd-e2044e13ec4ad94e9739402257134abd92cf1521.tar.bz2
uhd-e2044e13ec4ad94e9739402257134abd92cf1521.zip
added transport directory and udp transport
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 4 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 58648ce2d..18598b2b6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -108,14 +108,16 @@ AC_CONFIG_FILES([ \
include/Makefile \
include/uhd/Makefile \
include/uhd/usrp/Makefile \
+ include/uhd/quadradio/Makefile \
+ include/uhd/transport/Makefile \
include/uhd/usrp/dboard/Makefile \
include/uhd/usrp/mboard/Makefile \
- include/uhd/quadradio/Makefile \
lib/Makefile \
+ lib/quadradio/Makefile \
+ lib/transport/Makefile \
lib/usrp/Makefile \
lib/usrp/dboard/Makefile \
lib/usrp/mboard/Makefile \
- lib/quadradio/Makefile \
test/Makefile \
])
AC_OUTPUT