summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2007-05-10 12:08:02 +0000
committerKurt Zenker <kz@openoffice.org>2007-05-10 12:08:02 +0000
commit5880b86042ca23f438cb8e354681cf87d7c95816 (patch)
treeda61b30be20b7b43523bcadf588354c389c000f8
parentd7cb7c03eee2d016b5563da5a9dce843ee84ff22 (diff)
INTEGRATION: CWS ucbfixes01 (1.32.4); FILE MERGED
2007/04/25 13:55:34 kso 1.32.4.2: #i67558# - if internal (not system) neon is used, NEON_VERSION will now be obtained from neon/version.mk 2007/04/20 14:17:58 kso 1.32.4.1: #i74980# - Upon redict on POST, do a GET.
-rw-r--r--ucb/source/ucp/webdav/makefile.mk13
1 files changed, 10 insertions, 3 deletions
diff --git a/ucb/source/ucp/webdav/makefile.mk b/ucb/source/ucp/webdav/makefile.mk
index 3ba864d9d560..d880626cdd2e 100644
--- a/ucb/source/ucp/webdav/makefile.mk
+++ b/ucb/source/ucp/webdav/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.32 $
+# $Revision: 1.33 $
#
-# last change: $Author: vg $ $Date: 2007-03-26 14:44:43 $
+# last change: $Author: kz $ $Date: 2007-05-10 13:08:02 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -55,11 +55,17 @@ NO_BSYMBOLIC=TRUE
.INCLUDE: settings.mk
+NEONINCDIR=external$/neon
+
+.IF "$(SYSTEM_NEON)" != "YES"
+.INCLUDE: $(SOLARINCDIR)$/$(NEONINCDIR)$/version.mk
+.ENDIF
+
CFLAGS+= -DNEON_VERSION=$(NEON_VERSION)
+
.IF "$(SYSTEM_NEON)" == "YES"
CFLAGS+= $(NEON_CFLAGS)
.ELSE
-NEONINCDIR=external$/neon
CFLAGS+= -I$(SOLARINCDIR)$/$(NEONINCDIR)
.ENDIF
@@ -117,6 +123,7 @@ SHL1STDLIBS=\
$(SALHELPERLIB) \
$(VOSLIB) \
$(UCBHELPERLIB) \
+ $(COMPHELPERLIB) \
$(NEON3RDLIB) \
$(XML2LIB)