From: Ruben Kerkhof Date: Thu, 7 May 2015 20:03:21 +0000 (+0200) Subject: Break and sort lines X-Git-Tag: dnsdist-1.0.0-alpha1~248^2~28^2~54^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6158e7a6f0c185b035adc9d25907f9ca9a3bf3e;p=thirdparty%2Fpdns.git Break and sort lines --- diff --git a/pdns/Makefile.am b/pdns/Makefile.am index 2e7fecda75..da6403bbd4 100644 --- a/pdns/Makefile.am +++ b/pdns/Makefile.am @@ -585,8 +585,11 @@ dnsdist_LDFLAGS = \ $(AM_LDFLAGS) dnsdist_LDADD = \ - $(READLINE_LIBS) $(RT_LIBS) \ - $(LUA_LIBS) ${LIBSODIUM_LIBS} $(YAHTTP_LIBS) + $(LUA_LIBS) \ + $(READLINE_LIBS) \ + $(RT_LIBS) \ + $(YAHTTP_LIBS) \ + ${LIBSODIUM_LIBS} nsec3dig_SOURCES = \ base32.cc \ diff --git a/pdns/dnsdistdist/Makefile.am b/pdns/dnsdistdist/Makefile.am index 8e31562fc0..fe06e05ba9 100644 --- a/pdns/dnsdistdist/Makefile.am +++ b/pdns/dnsdistdist/Makefile.am @@ -55,6 +55,9 @@ dnsdist_LDFLAGS = \ -pthread dnsdist_LDADD = \ - $(READLINE_LIBS) $(RT_LIBS) \ - $(LUA_LIBS) $(YAHTTP_LIBS) ${LIBSODIUM_LIBS} + $(LUA_LIBS) \ + $(READLINE_LIBS) \ + $(RT_LIBS) \ + $(YAHTTP_LIBS) \ + ${LIBSODIUM_LIBS}