From: Ruben Kerkhof Date: Sun, 9 Nov 2014 22:35:38 +0000 (+0100) Subject: Rename variable to be consistent with the rest X-Git-Tag: rec-3.7.0-rc1~167^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ff872fa81e382aead2f7e6ba304acd0472d70f37;p=thirdparty%2Fpdns.git Rename variable to be consistent with the rest --- diff --git a/modules/opendbxbackend/Makefile.am b/modules/opendbxbackend/Makefile.am index cd3f41f069..494c99a3d8 100644 --- a/modules/opendbxbackend/Makefile.am +++ b/modules/opendbxbackend/Makefile.am @@ -7,4 +7,4 @@ libopendbxbackend_la_SOURCES = \ odbxprivate.cc libopendbxbackend_la_LDFLAGS = -module -avoid-version -libopendbxbackend_la_LIBADD = -l$(LIBOPENDBX) +libopendbxbackend_la_LIBADD = $(OPENDBX_LIBS) diff --git a/modules/opendbxbackend/OBJECTLIBS b/modules/opendbxbackend/OBJECTLIBS index d9fd8a6327..ffc7f01782 100644 --- a/modules/opendbxbackend/OBJECTLIBS +++ b/modules/opendbxbackend/OBJECTLIBS @@ -1 +1 @@ --lopendbx \ No newline at end of file +$(OPENDBX_LIBS)