diff options
author | eb | 2007-01-30 02:12:05 +0000 |
---|---|---|
committer | eb | 2007-01-30 02:12:05 +0000 |
commit | 6ff1faed9d4c7095ab2d07b99478fe46e35f0e1e (patch) | |
tree | 033696613d2bd899d9e8178827d2bc0aad609771 /configure.ac | |
parent | b8a177591928973eb863cc3690fb381306830bbd (diff) | |
download | gnuradio-6ff1faed9d4c7095ab2d07b99478fe46e35f0e1e.tar.gz gnuradio-6ff1faed9d4c7095ab2d07b99478fe46e35f0e1e.tar.bz2 gnuradio-6ff1faed9d4c7095ab2d07b99478fe46e35f0e1e.zip |
Merged eb/omni -r4315:4327 into trunk.
Extracted omnithread from gnuradio-core and made it a top-level
component. This allows mblock to use it without a dependency on
gnuradio-core. Completes ticket:132
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4328 221aa14e-8319-0410-a670-987f0aec2ac5
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 924ad88ae..7fc963c39 100644 --- a/configure.ac +++ b/configure.ac @@ -184,6 +184,7 @@ AC_ARG_ENABLE( ) build_dirs="config" +GRC_OMNITHREAD dnl must come before gnuradio-core and mblock GRC_GNURADIO_CORE GRC_USRP GRC_GR_USRP dnl this must come after GRC_USRP |