From 67c4cb7bf04447d75643118b2b96eea2219dc2e9 Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Mon, 27 Jan 2014 12:43:33 +0100 Subject: [PATCH] also drop -s from other AM_LFLAGS copy --- modules/bindbackend/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/bindbackend/Makefile.am b/modules/bindbackend/Makefile.am index 30f425b39..9ba4ff135 100644 --- a/modules/bindbackend/Makefile.am +++ b/modules/bindbackend/Makefile.am @@ -1,7 +1,7 @@ lib_LTLIBRARIES = libbindbackend.la AM_CPPFLAGS=-I../../pdns $(BOOST_CPPFLAGS) $(POLARSSL_CFLAGS) @THREADFLAGS@ -AM_LFLAGS = -s -i +AM_LFLAGS = -i AM_YFLAGS = -d --verbose --debug BUILT_SOURCES=../../pdns/bind-dnssec.schema.sqlite3.sql.h ../../pdns/bindparser.h -- 2.40.0