Fix for new schema definition
[ir-tcl-moved-to-github.git] / Makefile.in
index 836d29e..62768de 100644 (file)
@@ -1,11 +1,11 @@
 # IR toolkit for tcl/tk
 # (c) Index Data 1995-1999
 # See the file LICENSE for details.
-# $Id: Makefile.in,v 1.57 2001-12-03 19:23:07 adam Exp $
+# $Id: Makefile.in,v 1.59 2003-01-30 13:27:07 adam Exp $
 SHELL=/bin/sh
 
 # IrTcl Version
-VERSION=1.4
+VERSION=1.4.1
 
 # Directory prefix with machine independent files (scripts, setup files, etc.)
 prefix = @prefix@
@@ -21,7 +21,7 @@ BINDIR=$(exec_prefix)/bin
 LIBDIR=$(exec_prefix)/lib
 MANDIR=$(prefix)/man
 INCDIR=$(prefix)/include
-IRTCLDIR=$(prefix)/lib/irtcl
+IRTCLDIR=$(prefix)/lib/ir-tcl
 
 CC=@CC@