From d52c462e5fd3eae7d00505a64a013e811d43234c Mon Sep 17 00:00:00 2001 From: jcorgan Date: Sat, 23 Aug 2008 02:26:15 +0000 Subject: Merged changeset r9285:9377 from jblum/grc into trunk, with distcheck fixes and local modifications. Integrates previously separate GNU Radio Companion into top-level component 'grc'. (Josh Blum) git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9378 221aa14e-8319-0410-a670-987f0aec2ac5 --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 8c1ceccd4..0986a9fdb 100644 --- a/configure.ac +++ b/configure.ac @@ -295,7 +295,8 @@ GRC_GR_VIDEO_SDL GRC_GR_WXGUI 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 last +GRC_GNURADIO_EXAMPLES dnl must come after all GRC_GR_* +GRC_GRC # Each component is now either to be built, was skipped, will be # included from pre-installed libraries and includes, or failed -- cgit