diff options
Diffstat (limited to 'unix/tkConfig.sh.in')
-rw-r--r-- | unix/tkConfig.sh.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/unix/tkConfig.sh.in b/unix/tkConfig.sh.in index 99230d3..8c314db 100644 --- a/unix/tkConfig.sh.in +++ b/unix/tkConfig.sh.in @@ -94,3 +94,6 @@ TK_BUILD_STUB_LIB_PATH='@TK_BUILD_STUB_LIB_PATH@' # Path to the Tk stub library in the install directory. TK_STUB_LIB_PATH='@TK_STUB_LIB_PATH@' + +# Top-level directory in which Tk's demo files are installed. +TK_DEMO_DIR='@TK_DEMO_DIR@' |