summaryrefslogtreecommitdiff
path: root/TclMagick/generic/pkgIndex.tcl.in
diff options
context:
space:
mode:
Diffstat (limited to 'TclMagick/generic/pkgIndex.tcl.in')
-rw-r--r--TclMagick/generic/pkgIndex.tcl.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/TclMagick/generic/pkgIndex.tcl.in b/TclMagick/generic/pkgIndex.tcl.in
new file mode 100644
index 0000000..ede207a
--- /dev/null
+++ b/TclMagick/generic/pkgIndex.tcl.in
@@ -0,0 +1,7 @@
+package ifneeded @PACKAGE_NAME@ @PACKAGE_VERSION@ "
+[list load [file join $dir @PACKAGE_NAME@[info sharedlibextension]]]"
+
+package ifneeded TkMagick @PACKAGE_VERSION@ "
+package require Tk
+package require @PACKAGE_NAME@
+[list load [file join $dir TkMagick[info sharedlibextension]]]"