diff options
author | Ludovic Courtès <ludo@gnu.org> | 2012-12-06 00:04:43 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2012-12-06 00:07:17 +0100 |
commit | aca54b395e8778e85cd8fcda2724b7a5f67169fb (patch) | |
tree | 5b6cb11f71c8eebdd8f4a7b26ab82267c8bdec58 /Makefile.am | |
parent | 351782e2f1b1f82b91bbb2af0b9735c930645488 (diff) | |
download | guix-aca54b395e8778e85cd8fcda2724b7a5f67169fb.tar.gz guix-aca54b395e8778e85cd8fcda2724b7a5f67169fb.zip |
build: Run `distcheck' with `--enable-daemon'.
* Makefile.am (AM_DISTCHECK_CONFIGURE_FLAGS): Add `--enable-daemon'.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
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 |