diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2020-01-20 23:40:20 +0100 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2020-01-20 23:40:20 +0100 |
commit | c6e034440db602b2af99cbdf2337ff85a721da2a (patch) | |
tree | a8f05176adcfbad418933e89cfaa3eb322fb9d4a /Makefile.am | |
parent | 488853570810ee848dbd42bd692c9452c79c74d5 (diff) | |
download | fetchmail-c6e034440db602b2af99cbdf2337ff85a721da2a.tar.gz fetchmail-c6e034440db602b2af99cbdf2337ff85a721da2a.tar.bz2 fetchmail-c6e034440db602b2af99cbdf2337ff85a721da2a.zip |
Add .tar.lz format/dist-lzip automake option.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index fcb8e359..8bfe4011 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ # Makefile for fetchmail SUBDIRS= . po -AUTOMAKE_OPTIONS= 1.12 foreign no-dist-gzip dist-xz subdir-objects +AUTOMAKE_OPTIONS= 1.12 foreign no-dist-gzip dist-xz subdir-objects dist-lzip AM_CPPFLAGS= -I$(srcdir)/libesmtp ACLOCAL_AMFLAGS= -I m4 -I m4-local |