diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2013-06-21 10:13:00 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2013-06-21 10:23:10 +0200 |
commit | b8825f79d524f9c1d27398d025d0e2a5698a2e61 (patch) | |
tree | c854fb653e8d488d407748563d7c59e9b5235ac7 | |
parent | 3862ed6dfddba097d57875202324899b8aa81716 (diff) |
build: remove '--with-tests' from the distcheck configure flags
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 540beb6a..59accbff 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,7 +4,6 @@ SUBDIRS = . build-aux data include libqcdm libwmc libmm-glib src plugins cli int DISTCHECK_CONFIGURE_FLAGS = \ --with-udev-base-dir="$$dc_install_base" \ --with-systemdsystemunitdir="$$dc_install_base/$(SYSTEMD_UNIT_DIR)" \ - --with-tests=yes \ --enable-gtk-doc=yes INTLTOOL_FILES = \ |