view examples/module.mk @ 31177:51311efef5dd stable

canonicalize_file_name: Handle symlinks to UNC network shares (bug #62847). * liboctave/system/file-ops.cc (canonicalize_file_name): Check if canonical path of UNC share corresponds to UNC path of mapped network drive. Support canonicalizing paths to symbolic link directories that point to a network share.
author Markus Mützel <markus.muetzel@gmx.de>
date Thu, 04 Aug 2022 18:32:51 +0200
parents c2c528319260
children
line wrap: on
line source

%canon_reldir%_EXTRA_DIST =

include %reldir%/code/module.mk
include %reldir%/data/module.mk

%canon_reldir%_EXTRA_DIST += \
  %reldir%/code/COPYING

EXTRA_DIST += $(%canon_reldir%_EXTRA_DIST)