summaryrefslogtreecommitdiff
path: root/redland/rasqal
diff options
context:
space:
mode:
authormst <mst@openoffice.org>2008-06-26 09:52:14 +0000
committermst <mst@openoffice.org>2008-06-26 09:52:14 +0000
commit42838436d82fbd61a41cefdc883302051a9dd88b (patch)
treecbd549b1614523d4399017cebdd84e4ebb342351 /redland/rasqal
parent98fd1403b90e6ec977dbca4fa4f220dbe8d3fe95 (diff)
- redland/redlandversion.mk:
+ add new include makefile for soname versioning - redland/*/makefile.mk, redland/prj/d.lst: + include and deliver redlandversion.mk
Diffstat (limited to 'redland/rasqal')
-rw-r--r--redland/rasqal/makefile.mk7
1 files changed, 5 insertions, 2 deletions
diff --git a/redland/rasqal/makefile.mk b/redland/rasqal/makefile.mk
index 9e25f27c86a0..017256636eda 100644
--- a/redland/rasqal/makefile.mk
+++ b/redland/rasqal/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.2 $
+# $Revision: 1.3 $
#
-# last change: $Author: mst $ $Date: 2008-06-17 16:12:51 $
+# last change: $Author: mst $ $Date: 2008-06-26 10:52:14 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -50,6 +50,9 @@ all:
# --- Files --------------------------------------------------------
+.INCLUDE : ../redlandversion.mk
+
+#RASQALVERSION=$(RASQAL_MAJOR).$(RASQAL_MINOR).$(RASQAL_MICRO)
RASQALVERSION=0.9.15
TARFILE_NAME=rasqal-$(RASQALVERSION)