Build fixes
[tclinotify.git] / inotify.tcl.in
blobec8315672b3f29d09a381d4c8450f59923bfaaf9
1 package require Itcl
3 namespace eval ::inotify {
4 namespace export *
6 variable library \
7 [file normalize [file join [pwd] [file dirname [info script]]]]
9 variable version @PACKAGE_VERSION@.@EXTRA_VERSION@
12 load [file join $::inotify::library @PKG_LIB_FILE@]
14 lappend auto_path [file join $::inotify::library scripts]
16 package provide @PACKAGE_NAME@ $::inotify::version