summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authortreectrl <treectrl>2006-10-14 21:19:25 (GMT)
committertreectrl <treectrl>2006-10-14 21:19:25 (GMT)
commitfa86b7c5283c56f320d03929b44d988099e50763 (patch)
tree286813721914939b40004716697179620d4cca15 /configure.ac
parent853a45cdc2f87b114d8d9fb2f22fe8f5e638b17f (diff)
downloadtktreectrl-fa86b7c5283c56f320d03929b44d988099e50763.zip
tktreectrl-fa86b7c5283c56f320d03929b44d988099e50763.tar.gz
tktreectrl-fa86b7c5283c56f320d03929b44d988099e50763.tar.bz2
Remove tkTreeRowLabel.c.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 2 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index b5b1380..0c20935 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ dnl This file is an input file used by the GNU "autoconf" program to
dnl generate the file "configure", which is run during Tcl installation
dnl to configure the system for the local environment.
#
-# RCS: @(#) $Id: configure.ac,v 1.17 2006/10/04 04:11:02 treectrl Exp $
+# RCS: @(#) $Id: configure.ac,v 1.18 2006/10/14 21:19:25 treectrl Exp $
#-----------------------------------------------------------------------
# Sample configure.in for Tcl Extensions.
@@ -69,8 +69,7 @@ TEA_SETUP_COMPILER
TEA_ADD_SOURCES([qebind.c tkTreeColumn.c tkTreeCtrl.c tkTreeDisplay.c
tkTreeDrag.c tkTreeElem.c tkTreeItem.c tkTreeMarquee.c
- tkTreeNotify.c tkTreeRowLabel.c tkTreeStyle.c tkTreeTheme.c
- tkTreeUtils.c])
+ tkTreeNotify.c tkTreeStyle.c tkTreeTheme.c tkTreeUtils.c])
TEA_ADD_HEADERS([])
#TEA_ADD_INCLUDES([-I. -I\"`${CYGPATH} ${srcdir}/generic`\"])
TEA_ADD_CFLAGS([])