]> granicus.if.org Git - pdns/commitdiff
Rename variable to be consistent with the rest
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Sun, 9 Nov 2014 22:35:38 +0000 (23:35 +0100)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Sun, 9 Nov 2014 22:35:38 +0000 (23:35 +0100)
modules/opendbxbackend/Makefile.am
modules/opendbxbackend/OBJECTLIBS

index cd3f41f06982ce8b2123a35943f7c248cf6c2f96..494c99a3d8502935244f550f696b4f112ab323df 100644 (file)
@@ -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)
index d9fd8a632795e0e2f843ad78f6d61cab63e80310..ffc7f017822655e8dc8e2d0a7f30d8dbf0e5b4a3 100644 (file)
@@ -1 +1 @@
--lopendbx
\ No newline at end of file
+$(OPENDBX_LIBS)