From d81c4e0db8c177b6d99a6abfa644d74f4100d9c0 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Thu, 30 Jan 2020 20:59:16 +0100 Subject: Enable parser tracing code. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3