diff options
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 276a2760..afe47cae 100644 --- a/Makefile.am +++ b/Makefile.am @@ -51,7 +51,7 @@ edit = @sed \ -e 's|@localstatedir[@]|$(localstatedir)|g' \ -e 's|@libexecdir[@]|$(libexecdir)|g' -DISTCHECK_CONFIGURE_FLAGS = --with-udev-base-dir=$dc_install_base +DISTCHECK_CONFIGURE_FLAGS = --with-udev-base-dir=$dc_install_base --with-tests=yes INTLTOOL_FILES = \ intltool-extract.in \ |