aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2015-06-22 21:18:40 +0200
committerMax Kellermann <max@duempel.org>2015-06-22 22:12:08 +0200
commit2aa54c53653abda99c72bfb007c3442a1c3c6d60 (patch)
treea2831dae3a983fe6a0f84e378033b850c101ea76 /Makefile.am
parentbc8542503d5b99c1bf2d5d2748e49d9257e3fd25 (diff)
downloadmpd-2aa54c53653abda99c72bfb007c3442a1c3c6d60.tar.gz
mpd-2aa54c53653abda99c72bfb007c3442a1c3c6d60.tar.xz
mpd-2aa54c53653abda99c72bfb007c3442a1c3c6d60.zip
fs/Glob: use PathMatchSpec() on Windows
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 5 insertions, 0 deletions
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 = \