diff options
author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2021-03-24 16:21:24 +0100 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2021-03-24 23:35:30 +0100 |
commit | cad65de2a9a9b7d29b98f0d2997772c057f92e29 (patch) | |
tree | f3ad209f389acb6499cd3b352e061fe730daa760 /lib/compat/Makemodule.am | |
parent | 87713e563f0005553f8d075d3839d3960d7f17cb (diff) |
Provide Musl derived fallbacks for getopt/getopt_long/getsubopt
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'lib/compat/Makemodule.am')
-rw-r--r-- | lib/compat/Makemodule.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/compat/Makemodule.am b/lib/compat/Makemodule.am index 6c3c2b4..6ea0750 100644 --- a/lib/compat/Makemodule.am +++ b/lib/compat/Makemodule.am @@ -4,5 +4,7 @@ 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 +libcompat_a_SOURCES += lib/compat/getopt.c +libcompat_a_SOURCES += lib/compat/getopt_long.c noinst_LIBRARIES += libcompat.a |