diff options
author | Daiki Ueno <dueno@redhat.com> | 2018-08-10 14:26:26 +0200 |
---|---|---|
committer | Daiki Ueno <dueno@redhat.com> | 2018-08-10 14:26:26 +0200 |
commit | 6a8da20c0432499480731548256294844cade631 (patch) | |
tree | 580048f1b48a0f9a6e358ddbaf9aed1405a092cd | |
parent | ef001069d069df43de029f3b84206676badd8a4e (diff) |
build: Don't install systemd unit files when "make distcheck"
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 5b4568f..53d92be 100644 --- a/Makefile.am +++ b/Makefile.am @@ -53,6 +53,7 @@ ACLOCAL_AMFLAGS = -I build/m4 DISTCHECK_CONFIGURE_FLAGS = \ --enable-doc \ + --without-systemd \ --disable-coverage \ --enable-strict \ CFLAGS='-O2' |