Add sqlite3.dll to the DLLs component, not to the TkDLLs component.
Fixes #1517388.
diff --git a/Misc/NEWS b/Misc/NEWS
index 261981d..3de2823 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -89,6 +89,9 @@
 Build
 -----
 
+- Bug #1517388: sqlite3.dll is now installed on Windows independent
+  of Tcl/Tk.
+
 - Bug #1513032: 'make install' failed on FreeBSD 5.3 due to lib-old
   trying to be installed even though it's empty.