From 16cb8ee9a1dafb7e4ac2aeb3784deb6a699c7195 Mon Sep 17 00:00:00 2001 From: Ruben Kerkhof Date: Fri, 8 May 2015 10:02:09 +0200 Subject: [PATCH] Use consistent style for Make variables --- pdns/Makefile.am | 2 +- pdns/dnsdistdist/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pdns/Makefile.am b/pdns/Makefile.am index da6403bbd4..5cd4c59fb3 100644 --- a/pdns/Makefile.am +++ b/pdns/Makefile.am @@ -589,7 +589,7 @@ dnsdist_LDADD = \ $(READLINE_LIBS) \ $(RT_LIBS) \ $(YAHTTP_LIBS) \ - ${LIBSODIUM_LIBS} + $(LIBSODIUM_LIBS) nsec3dig_SOURCES = \ base32.cc \ diff --git a/pdns/dnsdistdist/Makefile.am b/pdns/dnsdistdist/Makefile.am index fe06e05ba9..55069f1ae6 100644 --- a/pdns/dnsdistdist/Makefile.am +++ b/pdns/dnsdistdist/Makefile.am @@ -59,5 +59,5 @@ dnsdist_LDADD = \ $(READLINE_LIBS) \ $(RT_LIBS) \ $(YAHTTP_LIBS) \ - ${LIBSODIUM_LIBS} + $(LIBSODIUM_LIBS) -- 2.47.2