diff options
author | Dan Williams <dcbw@redhat.com> | 2010-10-14 00:07:25 -0500 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2010-10-14 00:07:25 -0500 |
commit | add7fa705caeba743742dbc0717dadaaf1274f73 (patch) | |
tree | c149d275c6c858f038fa579432345ddc9654aa5e | |
parent | 79ae78a740dd3c41bd0e71984acceb9bdb1be2b2 (diff) |
build: enable tests for 'make distcheck'
No idea why this wasn't done before...
-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 \ |