diff options
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 084fb5dc1..091646874 100644 --- a/Makefile.am +++ b/Makefile.am @@ -39,6 +39,9 @@ SUBDIRS = @build_dirs@ DIST_SUBDIRS = @build_dirs@ @skipped_dirs@ @with_dirs@ DISTCLEANFILES = gnuradio*.tar.gz +# we need to check both python and guile support for distcheck +DISTCHECK_CONFIGURE_FLAGS = --enable-python --enable-guile + if PYTHON export pythondir |