From af49d55077c036776432085f78a5441b0b2d118e Mon Sep 17 00:00:00 2001 From: Ole Streicher Date: Tue, 22 May 2018 23:01:24 +0200 Subject: Load graph.tcl when the package is loaded --- pkgIndex.tcl.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgIndex.tcl.in b/pkgIndex.tcl.in index d7566b4..ea7d80b 100644 --- a/pkgIndex.tcl.in +++ b/pkgIndex.tcl.in @@ -2,4 +2,4 @@ # Tcl package index file # package ifneeded @PACKAGE_NAME@ @PACKAGE_VERSION@ \ - [list load [file join $dir @PKG_LIB_FILE@] @PACKAGE_NAME@] + [list load [file join $dir @PKG_LIB_FILE@] @PACKAGE_NAME@]\n[list source [file join $dir graph.tcl]] -- cgit v0.12