build: Run `distcheck' with `--enable-daemon'.

* Makefile.am (AM_DISTCHECK_CONFIGURE_FLAGS): Add `--enable-daemon'.
This commit is contained in:
Ludovic Courtès 2012-12-06 00:04:43 +01:00
parent 351782e2f1
commit aca54b395e
1 changed files with 2 additions and 1 deletions

View File

@ -236,4 +236,5 @@ endif BUILD_DAEMON
ACLOCAL_AMFLAGS = -I m4
AM_DISTCHECK_CONFIGURE_FLAGS = \
--with-libgcrypt-prefix="$(LIBGCRYPT_PREFIX)" \
--with-nix-prefix="$(NIX_PREFIX)"
--with-nix-prefix="$(NIX_PREFIX)" \
--enable-daemon