From f09b07f26c2bc15f59e64cc393c003966d7ca217 Mon Sep 17 00:00:00 2001 From: Phil Sutter Date: Mon, 11 Nov 2019 18:02:49 +0100 Subject: Makefile.am: Use ${} instead of @...@ Referencing to variables using @...@ means they will be replaced by configure. This is not needed and may cause problems later. Suggested-by: Jan Engelhardt Signed-off-by: Phil Sutter Acked-by: Arturo Borrero Gonzalez Acked-by: Pablo Neira Ayuso --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index c439311..2e66ee9 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -35,7 +35,7 @@ if HAVE_CTHELPER nfct_LDADD += ${LIBNETFILTER_CTHELPER_LIBS} endif -nfct_LDFLAGS = -export-dynamic @LAZY_LDFLAGS@ +nfct_LDFLAGS = -export-dynamic ${LAZY_LDFLAGS} conntrackd_SOURCES = alarm.c main.c run.c hash.c queue.c queue_tx.c rbtree.c \ local.c log.c mcast.c udp.c netlink.c vector.c \ -- cgit v1.2.3