From 5e455ca92280e3c22f5484cb81a2aef0cdfb5de4 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Fri, 29 Jan 2010 19:22:40 -0800 Subject: Minimal framework in place to handle udp discovery. Added usrp2 stuff, udp wrapper, discovery function. Added app called discover usrps (usrp2 only for now). --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index f4453278c..64c50c7da 100644 --- a/configure.ac +++ b/configure.ac @@ -77,7 +77,7 @@ AC_DEFUN([UHD_CHECK_HEADER],[ AC_CHECK_HEADER([$1], [], [AC_MSG_ERROR("cannot find header $1")]) ]) -UHD_CHECK_HEADER([arpa/inet.h]) +UHD_CHECK_HEADER([netinet/in.h]) UHD_CHECK_HEADER([netinet/ether.h]) ################################################## @@ -104,6 +104,7 @@ AC_PATH_PROG(PYTHON, python) ################################################## AC_CONFIG_FILES([ \ Makefile \ + apps/Makefile \ include/Makefile \ include/usrp_uhd/Makefile \ include/usrp_uhd/usrp/Makefile \ -- cgit v1.2.3