2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

2000-11-29 Stephen Jacob <sj@nominum.com>

* bin/named/Makefile.in: Added DBDRIVER_SRCS and included it
   in the SRCS variable. Equivalent of DBDRIVER_OBJS for OBJS.
This commit is contained in:
Stephen Jacob
2000-11-30 00:50:49 +00:00
parent 23825d1956
commit c56fb9c0a5

View File

@@ -13,7 +13,7 @@
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
# $Id: Makefile.in,v 1.61 2000/11/27 19:12:22 gson Exp $
# $Id: Makefile.in,v 1.62 2000/11/30 00:50:49 sjacob Exp $
srcdir = @srcdir@
VPATH = @srcdir@
@@ -27,6 +27,7 @@ top_srcdir = @top_srcdir@
# Add database drivers here.
#
DBDRIVER_OBJS =
DBDRIVER_SRCS =
DBDRIVER_INCLUDES =
DBDRIVER_LIBS =
@@ -73,7 +74,8 @@ SRCS = aclconf.c client.c interfacemgr.c listenlist.c \
tkeyconf.c tsigconf.c update.c xfrout.c \
zoneconf.c \
lwaddr.c lwresd.c lwdclient.c lwderror.c lwdgabn.c \
lwdgnba.c lwdgrbn.c lwdnoop.c lwsearch.c
lwdgnba.c lwdgrbn.c lwdnoop.c lwsearch.c \
$(DBDRIVER_SRCS)
@BIND9_MAKE_RULES@