summaryrefslogtreecommitdiff
path: root/tools/Library_tl.mk
diff options
context:
space:
mode:
authorMike Kaganski <mike.kaganski@collabora.com>2018-04-18 00:42:17 +0300
committerStephan Bergmann <sbergman@redhat.com>2018-04-18 09:08:03 +0200
commit642a49e8d3006d000bc6c58def34d4e96764c6cc (patch)
tree898e31dc24bdca980e97dc2139dc235a2dec5c02 /tools/Library_tl.mk
parent6f45e696874401a224fa6c3c6b299933b3ae793f (diff)
tdf#116420: Windows: Test if a filepath redirects to a WebDAV resource
In Windows, filesystem redirectors can map WebDAV resources to UNC paths, or to drive-based "local" paths; so a WebDAV URI of the form "http://WebDADServer/root/directory/File.ext" may be accessed using "\\WebDADServer\root\directory\File.ext" or "Z:\directory\File.ext". When using these paths, failure to create a lockfile aside the opened document should not be considered an error; so this patch checks for this. Regression from commit 6ca3b3648e25ae9d4d2d29a0df83349198ec3f5e. Change-Id: I1de55b66447dc91d22b6d2b5b121de96bf32e4ee Reviewed-on: https://gerrit.libreoffice.org/53070 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'tools/Library_tl.mk')
-rw-r--r--tools/Library_tl.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/Library_tl.mk b/tools/Library_tl.mk
index 69b3149251e4..2aee438fb2e9 100644
--- a/tools/Library_tl.mk
+++ b/tools/Library_tl.mk
@@ -47,6 +47,7 @@ $(eval $(call gb_Library_add_exception_objects,tl,\
tools/source/datetime/tdate \
tools/source/datetime/ttime \
tools/source/debug/debug \
+ tools/source/fsys/fileutil \
tools/source/fsys/urlobj \
tools/source/fsys/wldcrd \
tools/source/generic/b3dtrans \