diff options
author | Josh Blum | 2010-02-24 14:42:25 -0800 |
---|---|---|
committer | Josh Blum | 2010-02-24 14:42:25 -0800 |
commit | 54179f7f860dcf8bc986fd90a22a5be8322b5fdf (patch) | |
tree | 8043c6fc731648898e098955922a197f2447fccd /configure.ac | |
parent | 48850cce5609941289c00fea9cd3493624bf7376 (diff) | |
download | gnuradio-54179f7f860dcf8bc986fd90a22a5be8322b5fdf.tar.gz gnuradio-54179f7f860dcf8bc986fd90a22a5be8322b5fdf.tar.bz2 gnuradio-54179f7f860dcf8bc986fd90a22a5be8322b5fdf.zip |
Created gr uhd skeleton build.
Checks uhd pkg config and gens the makefiles.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 3ba5bb387..f1e56efee 100644 --- a/configure.ac +++ b/configure.ac @@ -364,6 +364,7 @@ GRC_GR_SOUNDER dnl this must come after GRC_USRP GRC_GR_UTILS dnl this must come after GRC_GR_WXGUI GRC_GNURADIO_EXAMPLES dnl must come after all GRC_GR_* GRC_GRC +GRC_GR_UHD GRC_DOCS dnl must be last # Each component is now either to be built, was skipped, will be |