diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/grc_gr_uhd.m4 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/grc_gr_uhd.m4 b/config/grc_gr_uhd.m4 index 030b15155..3cc9691e5 100644 --- a/config/grc_gr_uhd.m4 +++ b/config/grc_gr_uhd.m4 @@ -35,9 +35,10 @@ AC_DEFUN([GRC_GR_UHD],[ # Use this to tell the Makefile whether to define # GR_HAVE_UHD for swig. - AM_CONDITIONAL([GR_DEFINE_HAVE_UHD],[test $passed = yes]) fi + AM_CONDITIONAL([GR_DEFINE_HAVE_UHD],[test $passed = yes]) + AC_CONFIG_FILES([ \ gr-uhd/Makefile \ gr-uhd/grc/Makefile \ |