diff options
Diffstat (limited to 'tea/pkgIndex.tcl.in')
-rw-r--r-- | tea/pkgIndex.tcl.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tea/pkgIndex.tcl.in b/tea/pkgIndex.tcl.in new file mode 100644 index 0000000000000..bc585f73b3007 --- /dev/null +++ b/tea/pkgIndex.tcl.in @@ -0,0 +1,7 @@ +# +# Tcl package index file +# +# Note sqlite*3* init specifically +# +package ifneeded sqlite3 @PACKAGE_VERSION@ \ + [list load [file join $dir @PKG_LIB_FILE@] Sqlite3] |