summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authoreb2008-06-19 15:04:26 +0000
committereb2008-06-19 15:04:26 +0000
commit8b04fb2beeae36bbbb8d66ce95dea7df8edb65be (patch)
tree4af4834b661ea2d6d502f30e6f2844ba0033d7f0 /configure.ac
parentdf0ae475f782814c95d4f9be166aaffbcc7d47b1 (diff)
downloadgnuradio-8b04fb2beeae36bbbb8d66ce95dea7df8edb65be.tar.gz
gnuradio-8b04fb2beeae36bbbb8d66ce95dea7df8edb65be.tar.bz2
gnuradio-8b04fb2beeae36bbbb8d66ce95dea7df8edb65be.zip
Moved mb_time to omni_time and left mb_time.h with typedef to maintain
backwards compatibility. Removed gcell's dependency on mblocks. Now gcell only depends on omnithread. Merged eb/wip -r8621:8623 to trunk. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8624 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index e3cd1870f..9160b4ca4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -240,10 +240,10 @@ AC_ARG_ENABLE(
build_dirs="config"
GRC_OMNITHREAD dnl must come before gnuradio-core and mblock
-GRC_PMT
-GRC_MBLOCK dnl this must come after GRC_PMT
GRC_GCELL
GRC_GNURADIO_CORE
+GRC_PMT
+GRC_MBLOCK dnl this must come after GRC_PMT
GRC_USRP
GRC_GR_USRP dnl this must come after GRC_USRP
GRC_GR_GCELL dnl this must come after GRC_GCELL and GRC_GNURADIO_CORE