diff options
author | Josh Blum <josh@joshknows.com> | 2010-01-12 14:43:43 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-01-12 14:43:43 -0800 |
commit | cbb8e474bb5592753a340ba31d3afbab7226f7c6 (patch) | |
tree | 6dd14d37d8d46f3a506a309f57d82ed1ed05f781 /configure.ac | |
parent | 4e94574aeaa46c671bba0a6fc83cb967d228c880 (diff) | |
download | uhd-cbb8e474bb5592753a340ba31d3afbab7226f7c6.tar.gz uhd-cbb8e474bb5592753a340ba31d3afbab7226f7c6.tar.bz2 uhd-cbb8e474bb5592753a340ba31d3afbab7226f7c6.zip |
Reorganized structure into include, lib, test, firmware, fpga.
The fpga and firmware are empty placeholders for now.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/configure.ac b/configure.ac index c9c59fbcf..e36fce8ef 100644 --- a/configure.ac +++ b/configure.ac @@ -28,12 +28,17 @@ AC_PATH_PROG(PYTHON, python) ################################################## AC_CONFIG_FILES([ \ Makefile \ - usrp_uhd/usrp_uhd.pc \ - usrp_uhd/Makefile \ - usrp_uhd/include/Makefile \ - usrp_uhd/lib/Makefile \ - usrp_dboard/Makefile \ - usrp_dboard/include/Makefile \ - usrp_dboard/lib/Makefile \ + include/Makefile \ + include/usrp_uhd/Makefile \ + include/usrp_uhd/usrp/Makefile \ + include/usrp_uhd/usrp/dboard/Makefile \ + include/usrp_uhd/usrp/mboard/Makefile \ + include/usrp_uhd/quadradio/Makefile \ + lib/Makefile \ + lib/usrp/Makefile \ + lib/usrp/dboard/Makefile \ + lib/usrp/mboard/Makefile \ + lib/quadradio/Makefile \ + test/Makefile \ ]) AC_OUTPUT |