X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=gr-howto-write-a-block%2Fconfigure.ac;h=6af39b767c1cd393bab73dd847c81b521ba2151d;hb=924efcb372cabb6d5217d2d7f931302339fa0417;hp=241a7a34fa93c26014b7cab1f19354fa14226b2c;hpb=6d25197ffc623d113274a8c79a2fa4fa4244f10f;p=debian%2Fgnuradio diff --git a/gr-howto-write-a-block/configure.ac b/gr-howto-write-a-block/configure.ac index 241a7a34..6af39b76 100644 --- a/gr-howto-write-a-block/configure.ac +++ b/gr-howto-write-a-block/configure.ac @@ -73,14 +73,14 @@ AC_CONFIG_FILES([\ Makefile \ config/Makefile \ doc/Makefile \ - src/Makefile \ - src/lib/Makefile \ - src/python/Makefile \ - src/python/run_tests \ + 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