]> git.ipfire.org Git - thirdparty/pdns.git/commit
Fix false libtool variable: _LIBS -> _LIBADD
authorTiziano Müller <tm@dev-zero.ch>
Mon, 20 May 2013 13:07:56 +0000 (15:07 +0200)
committerTiziano Müller <tm@dev-zero.ch>
Mon, 22 Jul 2013 05:53:51 +0000 (07:53 +0200)
commit0dbf1c57e4973c683ca3bcd7e5049d19b47bb194
tree1ec395cb5c7605d5afc041a4097fe5ff2ee1d74c
parent2d979ba0997c48ddcbc958a2d23baa189afeaad7
Fix false libtool variable: _LIBS -> _LIBADD

_LIBS is not a libtool variable, thus the remotebackend module does not
get linked to libcurl. Fix this by using _LIBADD instead.
modules/remotebackend/Makefile.am