diff options
author | Francis Dupont <fdupont@isc.org> | 2015-04-14 12:44:29 +0200 |
---|---|---|
committer | Francis Dupont <fdupont@isc.org> | 2015-04-14 12:44:29 +0200 |
commit | 6913a589b97fc5d035a0285e7b4b4a702c3452cf (patch) | |
tree | 62a703afdee72239c655e7d00e6fd4c5118c56cc /server/tests | |
parent | cba7bc1cf3d0fa3e6efb108675743ba405610abd (diff) | |
download | isc-dhcp-6913a589b97fc5d035a0285e7b4b4a702c3452cf.tar.gz |
new config option: build ATF stuff from bind [#38754]
Diffstat (limited to 'server/tests')
-rw-r--r-- | server/tests/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/tests/Makefile.in b/server/tests/Makefile.in index 33669fe5..a103666e 100644 --- a/server/tests/Makefile.in +++ b/server/tests/Makefile.in @@ -259,6 +259,7 @@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ +BINDCONFIG = @BINDCONFIG@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ |