diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2020-01-30 20:59:16 +0100 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2020-01-30 20:59:16 +0100 |
commit | d81c4e0db8c177b6d99a6abfa644d74f4100d9c0 (patch) | |
tree | 3e3cb1915e59c0f3f6dcd6b92d11f29f4b5a4260 /Makefile.am | |
parent | a2c1f437e3c728e2b8083385b1edbed26412071c (diff) | |
download | fetchmail-d81c4e0db8c177b6d99a6abfa644d74f4100d9c0.tar.gz fetchmail-d81c4e0db8c177b6d99a6abfa644d74f4100d9c0.tar.bz2 fetchmail-d81c4e0db8c177b6d99a6abfa644d74f4100d9c0.zip |
Enable parser tracing code.
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 8bfe4011..77fe40f5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,7 +5,7 @@ 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 -AM_YFLAGS= -d +AM_YFLAGS= -t -d # listing socket.$(OBJEXT) here is a hack to compile socket.c pretty # early in order to fail it early on outdated OpenSSL libraries, # without building a few dozen other files first. |