summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authortreectrl <treectrl>2005-06-02 22:03:18 (GMT)
committertreectrl <treectrl>2005-06-02 22:03:18 (GMT)
commit29a762af73d608d959bb79ad4b9372d7540fc424 (patch)
treea1a7d0d05e03e96aa86625a4bc377535837c519b /Makefile.in
parent3ffa5405f87e18a06a07c141fd990aa04b86fee7 (diff)
downloadtktreectrl-29a762af73d608d959bb79ad4b9372d7540fc424.zip
tktreectrl-29a762af73d608d959bb79ad4b9372d7540fc424.tar.gz
tktreectrl-29a762af73d608d959bb79ad4b9372d7540fc424.tar.bz2
Changed PKG_DIR to use PACKAGE_PATCHLEVEL.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 187368f..94232c8 100644
--- a/Makefile.in
+++ b/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.6 2005/05/30 19:33:59 treectrl Exp $
+# RCS: @(#) $Id: Makefile.in,v 1.7 2005/06/02 22:03:18 treectrl Exp $
#========================================================================
# Edit the following few lines when writing a new extension
@@ -77,7 +77,7 @@ includedir = @includedir@
DESTDIR =
-PKG_DIR = $(PACKAGE_NAME)$(PACKAGE_VERSION)
+PKG_DIR = $(PACKAGE_NAME)$(PACKAGE_PATCHLEVEL)
pkgdatadir = $(datadir)/$(PKG_DIR)
pkglibdir = $(libdir)/$(PKG_DIR)
pkgincludedir = $(includedir)/$(PKG_DIR)