summaryrefslogtreecommitdiff
path: root/redland/rasqal
diff options
context:
space:
mode:
authormst <mst@openoffice.org>2008-06-17 15:12:51 +0000
committermst <mst@openoffice.org>2008-06-17 15:12:51 +0000
commit693b532d226a2a31a44892809942445ee2ebab97 (patch)
tree0153a2472ee9f557805bb64ef7637f81a80f6694 /redland/rasqal
parent2c813baecd6db69efb742b18f64e3426d9cffe4d (diff)
make it build on wntmsci12 and unxmacxi
- redland/*/makefile.mk: + fix bugs + use evil -dylib_file hack so redland builds on unxmacxi - redland/*.patch: + add dmakefile for wntmsci12 build
Diffstat (limited to 'redland/rasqal')
-rw-r--r--redland/rasqal/makefile.mk10
1 files changed, 6 insertions, 4 deletions
diff --git a/redland/rasqal/makefile.mk b/redland/rasqal/makefile.mk
index 7dacd1fcf1d5..9e25f27c86a0 100644
--- a/redland/rasqal/makefile.mk
+++ b/redland/rasqal/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.1 $
+# $Revision: 1.2 $
#
-# last change: $Author: mst $ $Date: 2008-06-16 11:38:21 $
+# last change: $Author: mst $ $Date: 2008-06-17 16:12:51 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -35,7 +35,7 @@
PRJ=..
-PRJNAME=rasqal
+PRJNAME=redland
TARGET=so_rasqal
# --- Settings -----------------------------------------------------
@@ -52,9 +52,11 @@ all:
RASQALVERSION=0.9.15
-TARFILE_NAME=$(PRJNAME)-$(RASQALVERSION)
+TARFILE_NAME=rasqal-$(RASQALVERSION)
PATCH_FILE_NAME=$(TARFILE_NAME).patch
+ADDITIONAL_FILES=src/makefile.mk
+
.IF "$(OS)"=="WNT"
.IF "$(COM)"=="GCC"