summaryrefslogtreecommitdiff
path: root/neon
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2007-07-03 11:09:44 +0000
committerRüdiger Timm <rt@openoffice.org>2007-07-03 11:09:44 +0000
commit605d2fb2ef202341ff11e627a7df9c54ff413c2d (patch)
treef0e3bd5f4e1117cdf2c86d95d932d97536caca8f /neon
parentd8ae8af1a81493e6c33a6116a4fb849ceb7858f9 (diff)
INTEGRATION: CWS neonupdate (1.9.26); FILE MERGED
2007/06/21 14:51:56 kso 1.9.26.1: #i77023# Update: 0.24.7 -> 0.26.3
Diffstat (limited to 'neon')
-rw-r--r--neon/makefile.mk11
1 files changed, 5 insertions, 6 deletions
diff --git a/neon/makefile.mk b/neon/makefile.mk
index ce5ccbea2184..2bd341da2ab8 100644
--- a/neon/makefile.mk
+++ b/neon/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.9 $
+# $Revision: 1.10 $
#
-# last change: $Author: hr $ $Date: 2006-04-20 13:31:10 $
+# last change: $Author: rt $ $Date: 2007-07-03 12:09:44 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -54,18 +54,16 @@ TARGET=so_neon
@echo "neon disabled...."
.ENDIF
-NEON_NAME=neon-0.24.7
+NEON_NAME=neon-0.26.3
TARFILE_NAME=$(NEON_NAME)
PATCH_FILE_NAME=neon.patch
-
ADDITIONAL_FILES=src$/makefile.mk src$/config.h
BUILD_DIR=src
BUILD_ACTION=dmake $(MFLAGS) $(CALLMACROS)
OUT2INC= \
- $(BUILD_DIR)$/config.h \
$(BUILD_DIR)$/ne_207.h \
$(BUILD_DIR)$/ne_alloc.h \
$(BUILD_DIR)$/ne_auth.h \
@@ -81,7 +79,8 @@ OUT2INC= \
$(BUILD_DIR)$/ne_string.h \
$(BUILD_DIR)$/ne_uri.h \
$(BUILD_DIR)$/ne_utils.h \
- $(BUILD_DIR)$/ne_xml.h
+ $(BUILD_DIR)$/ne_xml.h \
+ $(BUILD_DIR)$/ne_xmlreq.h
# --- Targets ------------------------------------------------------