From 2aa54c53653abda99c72bfb007c3442a1c3c6d60 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 22 Jun 2015 21:18:40 +0200 Subject: fs/Glob: use PathMatchSpec() on Windows --- Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index b230e2b66..1422c97f2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -578,6 +578,11 @@ libfs_a_SOURCES += \ FS_LIBS += $(ZLIB_LIBS) endif +if HAVE_WINDOWS +# for PathMatchSpec() +FS_LIBS += -lshlwapi +endif + # Storage library SMBCLIENT_SOURCES = \ -- cgit v1.2.3