From: Mark Andrews Date: Sun, 14 Dec 2008 21:27:24 +0000 (+0000) Subject: 2515. [port] win32: build dnssec-dsfromkey and dnssec-keyfromlabel. X-Git-Tag: v9.3.6-P2~4^2~208 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=96ec50549a3eaacac3b66580466fd045df6b106a;p=thirdparty%2Fbind9.git 2515. [port] win32: build dnssec-dsfromkey and dnssec-keyfromlabel. [RT #19063] --- diff --git a/bin/win32/BINDInstall/BINDInstallDlg.cpp b/bin/win32/BINDInstall/BINDInstallDlg.cpp index 88d5b722577..e70972c7c01 100644 --- a/bin/win32/BINDInstall/BINDInstallDlg.cpp +++ b/bin/win32/BINDInstall/BINDInstallDlg.cpp @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: BINDInstallDlg.cpp,v 1.37 2007/10/31 01:34:19 marka Exp $ */ +/* $Id: BINDInstallDlg.cpp,v 1.38 2008/12/14 21:27:24 marka Exp $ */ /* * Copyright (c) 1999-2000 by Nortel Networks Corporation @@ -140,6 +140,8 @@ const FileData installFiles[] = {"rndc-confgen.exe", FileData::BinDir, FileData::Normal, FALSE}, {"dnssec-keygen.exe", FileData::BinDir, FileData::Normal, FALSE}, {"dnssec-signzone.exe", FileData::BinDir, FileData::Normal, FALSE}, + {"dnssec-dsfromkey.exe", FileData::BinDir, FileData::Normal, FALSE}, + {"dnssec-keyfromlabel.exe", FileData::BinDir, FileData::Normal, FALSE}, {"named-checkconf.exe", FileData::BinDir, FileData::Normal, FALSE}, {"named-checkzone.exe", FileData::BinDir, FileData::Normal, FALSE}, {"named-compilezone.exe", FileData::BinDir, FileData::Normal, FALSE},