make maintainer-clean removes these, and we want a clean orig.tar.gz
[debian/gnuradio] / config / grc_mblock.m4
index e262f25b8613d79ce9528c622b5064b5501fac97..e3ae1817f10966882e4b0ffd7e1837048d53d0a9 100644 (file)
@@ -36,7 +36,7 @@ AC_DEFUN([GRC_MBLOCK],[
     fi
     if test $passed != with; then
        dnl how and where to find INCLUDES and LA
-       mblock_INCLUDES="-I\${abs_top_srcdir}/mblock/src/lib"
+       mblock_INCLUDES="-I\${abs_top_srcdir}/mblock/src/include"
         mblock_LA="\${abs_top_builddir}/mblock/src/lib/libmblock.la"
     fi
 
@@ -45,6 +45,8 @@ AC_DEFUN([GRC_MBLOCK],[
         mblock/mblock.pc \
         mblock/doc/Makefile \
         mblock/src/Makefile \
+       mblock/src/include/Makefile \
+       mblock/src/include/mblock/Makefile \
         mblock/src/lib/Makefile \
         mblock/src/scheme/Makefile \
         mblock/src/scheme/gnuradio/Makefile \