gnuradio-core: Disable (temporarily) interpolator tap calculation
[debian/gnuradio] / gr-howto-write-a-block / configure.ac
index 241a7a34fa93c26014b7cab1f19354fa14226b2c..52c4639bb544c83b1281faa730845de8f96b431d 100644 (file)
@@ -71,16 +71,17 @@ dnl AX_BOOST_WSERIALIZATION
 
 AC_CONFIG_FILES([\
          Makefile \
+         apps/Makefile \
          config/Makefile \
-         doc/Makefile \
-         src/Makefile \
-         src/lib/Makefile \
-         src/python/Makefile \
-         src/python/run_tests \
+         grc/Makefile \
+         lib/Makefile \
+         python/Makefile \
+         python/run_tests \
+         swig/Makefile \
        ])
 
 dnl run_tests is created from run_tests.in.  Make it executable.
-AC_CONFIG_COMMANDS([run_tests], [chmod +x src/python/run_tests])
+AC_CONFIG_COMMANDS([run_tests], [chmod +x python/run_tests])
 
 AC_OUTPUT