diff options
author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2021-03-20 17:35:41 +0100 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2021-03-20 17:46:14 +0100 |
commit | e678bd4b4289e536e998057bf9a9cf415f21b74c (patch) | |
tree | 7be54c8f5020841d44ccc4eaa137f169d358da48 /lib/compat/Makemodule.am | |
parent | 723019f727ce53b392389bdadcc1701ae47e6a14 (diff) |
Add libcompat fallback implementation for fnmatch
This has basically been copied over from Musl and slightly modifed.
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'lib/compat/Makemodule.am')
-rw-r--r-- | lib/compat/Makemodule.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/compat/Makemodule.am b/lib/compat/Makemodule.am index 4f4fc9c..6c3c2b4 100644 --- a/lib/compat/Makemodule.am +++ b/lib/compat/Makemodule.am @@ -3,5 +3,6 @@ libcompat_a_SOURCES += lib/compat/strndup.c lib/compat/mockups.c libcompat_a_SOURCES += lib/compat/chdir.c include/compat.h libcompat_a_SOURCES += lib/compat/path_to_windows.c libcompat_a_SOURCES += lib/compat/w32_perror.c +libcompat_a_SOURCES += lib/compat/fnmatch.c noinst_LIBRARIES += libcompat.a |