]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Use consistent style for Make variables 2487/head
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Fri, 8 May 2015 08:02:09 +0000 (10:02 +0200)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Fri, 8 May 2015 08:02:09 +0000 (10:02 +0200)
pdns/Makefile.am
pdns/dnsdistdist/Makefile.am

index da6403bbd48e83c6d1005e80e499e9818a71a3e4..5cd4c59fb3bd9f4518143d920737a3bd986bcda2 100644 (file)
@@ -589,7 +589,7 @@ dnsdist_LDADD = \
        $(READLINE_LIBS) \
        $(RT_LIBS) \
        $(YAHTTP_LIBS) \
-       ${LIBSODIUM_LIBS}
+       $(LIBSODIUM_LIBS)
 
 nsec3dig_SOURCES = \
        base32.cc \
index fe06e05ba9130d885536a33d5e36ec17135cce8b..55069f1ae697f4e8cf4bdd56bc6c650eabbeaeb0 100644 (file)
@@ -59,5 +59,5 @@ dnsdist_LDADD = \
        $(READLINE_LIBS) \
        $(RT_LIBS) \
        $(YAHTTP_LIBS) \
-       ${LIBSODIUM_LIBS}
+       $(LIBSODIUM_LIBS)