aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2010-01-08 18:16:56 -0800
committerJosh Blum <josh@joshknows.com>2010-01-08 18:16:56 -0800
commit751c2a853fba89373acae9f27e49da3d45a42ea4 (patch)
tree488f68810c7730100f0c25d1307680b46053a622 /configure.ac
parent67a502ec0fb92b14db5eedf2cff36caacbb0efbf (diff)
downloaduhd-751c2a853fba89373acae9f27e49da3d45a42ea4.tar.gz
uhd-751c2a853fba89373acae9f27e49da3d45a42ea4.tar.bz2
uhd-751c2a853fba89373acae9f27e49da3d45a42ea4.zip
Added stuff for usrp addresses, wax framework, build structure.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 4 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index e3a766c2b..3076fde5e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -27,7 +27,10 @@ AC_PATH_PROG(PYTHON, python)
## Create Files
##################################################
AC_CONFIG_FILES([ \
- usrp-uhd.pc \
Makefile \
+ usrp_uhd/usrp_uhd.pc \
+ usrp_uhd/Makefile \
+ usrp_uhd/include/Makefile \
+ usrp_uhd/lib/Makefile \
])
AC_OUTPUT