aboutsummaryrefslogtreecommitdiff
path: root/lib/compat/Makemodule.am
diff options
context:
space:
mode:
authorDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2020-04-02 20:03:32 +0200
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2020-04-02 23:01:48 +0200
commitd76eb9dd46081279642d3353f51ebc09fe4bbe9f (patch)
tree1841a5e9016b760a6e0c6592dc85b0e4879d11c0 /lib/compat/Makemodule.am
parenta772248e1a2f0886d8479b2f14392f020ea8c6e0 (diff)
Add a libcompat implementation of getopt
Limited to the subset actually needed. Vaguely inspired by the NetBSD libc implementation. Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'lib/compat/Makemodule.am')
-rw-r--r--lib/compat/Makemodule.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/compat/Makemodule.am b/lib/compat/Makemodule.am
index a54059e..f1bb2de 100644
--- a/lib/compat/Makemodule.am
+++ b/lib/compat/Makemodule.am
@@ -1,7 +1,7 @@
libcompat_a_SOURCES = lib/compat/getline.c lib/compat/getsubopt.c
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/path_to_windows.c lib/compat/getopt.c
noinst_LIBRARIES += libcompat.a