From 815825e592749cce670a8a945ea2b23a0c2db35e Mon Sep 17 00:00:00 2001 From: Johnathan Corgan Date: Thu, 12 Nov 2009 10:58:55 -0800 Subject: howto: add GRC wrappers to squaring blocks --- gr-howto-write-a-block/configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'gr-howto-write-a-block/configure.ac') diff --git a/gr-howto-write-a-block/configure.ac b/gr-howto-write-a-block/configure.ac index 8241f7ec1..9525ac0e6 100644 --- a/gr-howto-write-a-block/configure.ac +++ b/gr-howto-write-a-block/configure.ac @@ -72,6 +72,7 @@ dnl AX_BOOST_WSERIALIZATION AC_CONFIG_FILES([\ Makefile \ config/Makefile \ + grc/Makefile \ lib/Makefile \ python/Makefile \ python/run_tests \ -- cgit From 6fd6ef30cd1a711cd67b52db75665908534ec31b Mon Sep 17 00:00:00 2001 From: Johnathan Corgan Date: Thu, 12 Nov 2009 11:26:53 -0800 Subject: howto: added howto application --- gr-howto-write-a-block/configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'gr-howto-write-a-block/configure.ac') diff --git a/gr-howto-write-a-block/configure.ac b/gr-howto-write-a-block/configure.ac index 9525ac0e6..52c4639bb 100644 --- a/gr-howto-write-a-block/configure.ac +++ b/gr-howto-write-a-block/configure.ac @@ -71,6 +71,7 @@ dnl AX_BOOST_WSERIALIZATION AC_CONFIG_FILES([\ Makefile \ + apps/Makefile \ config/Makefile \ grc/Makefile \ lib/Makefile \ -- cgit