summaryrefslogtreecommitdiffstats
path: root/shellicon/Makefile.in
diff options
context:
space:
mode:
authortreectrl <treectrl>2008-02-24 20:40:28 (GMT)
committertreectrl <treectrl>2008-02-24 20:40:28 (GMT)
commit9a1d27a7b579dfbb457d8ba0a0ffd443de17d32c (patch)
tree8125fe785eaeb2b2ff75fc30d645b6da49b52179 /shellicon/Makefile.in
parent631ee1a54a9fbb53823dbfb4cb699253a0be13a8 (diff)
downloadtktreectrl-9a1d27a7b579dfbb457d8ba0a0ffd443de17d32c.zip
tktreectrl-9a1d27a7b579dfbb457d8ba0a0ffd443de17d32c.tar.gz
tktreectrl-9a1d27a7b579dfbb457d8ba0a0ffd443de17d32c.tar.bz2
Added datarootdir to quiet configure warning.
Diffstat (limited to 'shellicon/Makefile.in')
-rw-r--r--shellicon/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/shellicon/Makefile.in b/shellicon/Makefile.in
index 0cbc30b..29abc09 100644
--- a/shellicon/Makefile.in
+++ b/shellicon/Makefile.in
@@ -12,7 +12,7 @@
# See the file "license.terms" for information on usage and redistribution
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#
-# RCS: @(#) $Id: Makefile.in,v 1.3 2008/01/22 00:08:11 treectrl Exp $
+# RCS: @(#) $Id: Makefile.in,v 1.4 2008/02/24 20:40:28 treectrl Exp $
#========================================================================
# Edit the following few lines when writing a new extension
@@ -72,6 +72,7 @@ exec_prefix = @exec_prefix@
bindir = @bindir@
libdir = @libdir@
datadir = @datadir@
+datarootdir = @datarootdir@
mandir = @mandir@
includedir = @includedir@