build: simplify win32 glob selection
commit3d55a193330e1da375d33d394275e56602e67d7e
authorMans Rullgard <mans@mansr.com>
Wed, 19 Aug 2020 10:48:32 +0000 (19 11:48 +0100)
committerMans Rullgard <mans@mansr.com>
Sat, 5 Sep 2020 15:19:25 +0000 (5 16:19 +0100)
treeb71fa15d8288a97173cf96e1152e6d0a0ae38362
parentcb3ed3c66705de48de46142afff3d58053754267
build: simplify win32 glob selection

Move the files to a subdirectory so the header can be activated by
simply adding a -I flag, avoiding ugly ifdefs.  Use this version if
a native glob is missing and FindFirstFileA() exists.  This is more
accurate than matching the system name since some mingw versions do
have a glob implementation.
configure.ac
src/Makefile.am
src/sox.c
src/win32/glob.c [moved from src/win32-glob.c with 99% similarity]
src/win32/glob.h [moved from src/win32-glob.h with 100% similarity]