]> git.ipfire.org Git - thirdparty/bind9.git/commit
Add missing dnssec-keygen dependency on libisccfg
authorMichał Kępień <michal@isc.org>
Fri, 8 Nov 2019 11:52:10 +0000 (12:52 +0100)
committerMichał Kępień <michal@isc.org>
Fri, 8 Nov 2019 11:56:09 +0000 (12:56 +0100)
commit47e14c4d177cb2ebcfeee27a0310bc46481e96ae
tree714e19057029a5fc05e664c121dbf903dfb4d8e2
parent7df491e8197a227f565a21b44594444b0db5cde1
Add missing dnssec-keygen dependency on libisccfg

Commit 09ac224c5c881824c7b6649905f16b7d3f1036f4 made dnssec-keygen
depend on libisccfg but the Visual Studio solution file was not updated
to reflect that change.  Make sure the dnssec-keygen Visual Studio
project depends on the libisccfg project to prevent compilation issues
during parallel builds.
win32utils/bind9.sln.in