summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2012-12-06 00:04:43 +0100
committerLudovic Courtès <ludo@gnu.org>2012-12-06 00:07:17 +0100
commitaca54b395e8778e85cd8fcda2724b7a5f67169fb (patch)
tree5b6cb11f71c8eebdd8f4a7b26ab82267c8bdec58 /Makefile.am
parent351782e2f1b1f82b91bbb2af0b9735c930645488 (diff)
downloadguix-patches-aca54b395e8778e85cd8fcda2724b7a5f67169fb.tar
guix-patches-aca54b395e8778e85cd8fcda2724b7a5f67169fb.tar.gz
build: Run `distcheck' with `--enable-daemon'.
* Makefile.am (AM_DISTCHECK_CONFIGURE_FLAGS): Add `--enable-daemon'.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index bb5dfbe0f9..49e0c3016a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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