]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Fix faulty backport which broke the Windows build
authorMichał Kępień <michal@isc.org>
Thu, 8 Aug 2019 18:45:30 +0000 (20:45 +0200)
committerMichał Kępień <michal@isc.org>
Thu, 8 Aug 2019 18:45:30 +0000 (20:45 +0200)
Commit 91307842b8792afba8c26044ff9ae703fe85b6ee inadvertently mangled
the XML structure inside lib/isc/win32/libisc.vcxproj.filters.in, thus
breaking the Windows build.  Add the missing XML tags to make Windows
builds work again.

lib/isc/win32/libisc.vcxproj.filters.in

index 5fc1cf16105906c723d697d79997e042ceed3b66..fefbc3438bb1701544c30a2d34e66df209060358 100644 (file)
       <Filter>Library Header Files</Filter>
     </ClInclude>
     <ClInclude Include="..\include\isc\sha2.h">
+      <Filter>Library Header Files</Filter>
+    </ClInclude>
     <ClInclude Include="..\include\isc\siphash.h">
       <Filter>Library Header Files</Filter>
     </ClInclude>
       <Filter>Library Source Files</Filter>
     </ClCompile>
     <ClCompile Include="..\sha2.c">
+      <Filter>Library Source Files</Filter>
+    </ClCompile>
     <ClCompile Include="..\siphash.c">
       <Filter>Library Source Files</Filter>
     </ClCompile>