diff options
author | mst <mst@openoffice.org> | 2008-06-26 09:52:14 +0000 |
---|---|---|
committer | mst <mst@openoffice.org> | 2008-06-26 09:52:14 +0000 |
commit | 42838436d82fbd61a41cefdc883302051a9dd88b (patch) | |
tree | cbd549b1614523d4399017cebdd84e4ebb342351 /redland/raptor/makefile.mk | |
parent | 98fd1403b90e6ec977dbca4fa4f220dbe8d3fe95 (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/raptor/makefile.mk')
-rw-r--r-- | redland/raptor/makefile.mk | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/redland/raptor/makefile.mk b/redland/raptor/makefile.mk index b454aa96efab..be51b4e2f738 100644 --- a/redland/raptor/makefile.mk +++ b/redland/raptor/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,7 +50,10 @@ all: # --- Files -------------------------------------------------------- -RAPTORVERSION=1.4.17 +.INCLUDE : ../redlandversion.mk + +#RAPTORVERSION=$(RAPTOR_MAJOR).$(RAPTOR_MINOR).$(RAPTOR_MICRO) +RAPTORVERSION=$(RAPTOR_MAJOR).4.17 TARFILE_NAME=raptor-$(RAPTORVERSION) PATCH_FILE_NAME=$(TARFILE_NAME).patch |