diff options
author | Brent Cook <busterb@gmail.com> | 2023-10-01 21:11:11 -0500 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2023-10-01 21:11:11 -0500 |
commit | 1defa3baa5be532cf36c913055700246dbf4ca78 (patch) | |
tree | 3955b5ed1ea5e001f2aedffecc4416ad0efe04dc | |
parent | c923880fb9c08a7a92e30f9fc836a85da0e848ad (diff) | |
download | portable-1defa3baa5be532cf36c913055700246dbf4ca78.tar.gz portable-1defa3baa5be532cf36c913055700246dbf4ca78.tar.bz2 portable-1defa3baa5be532cf36c913055700246dbf4ca78.zip |
package getopt compat files
-rw-r--r-- | crypto/Makefile.am | 1 | ||||
-rw-r--r-- | include/Makefile.am | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/crypto/Makefile.am b/crypto/Makefile.am index d93b879..0059b59 100644 --- a/crypto/Makefile.am +++ b/crypto/Makefile.am | |||
@@ -36,6 +36,7 @@ EXTRA_DIST += empty.c | |||
36 | 36 | ||
37 | # needed for a CMake target | 37 | # needed for a CMake target |
38 | EXTRA_DIST += compat/strcasecmp.c | 38 | EXTRA_DIST += compat/strcasecmp.c |
39 | EXTRA_DIST += compat/getopt_long.c | ||
39 | 40 | ||
40 | BUILT_SOURCES = crypto_portable.sym | 41 | BUILT_SOURCES = crypto_portable.sym |
41 | CLEANFILES = crypto_portable.sym | 42 | CLEANFILES = crypto_portable.sym |
diff --git a/include/Makefile.am b/include/Makefile.am index 077637d..22819c8 100644 --- a/include/Makefile.am +++ b/include/Makefile.am | |||
@@ -10,6 +10,7 @@ noinst_HEADERS += compat/dirent_msvc.h | |||
10 | noinst_HEADERS += compat/endian.h | 10 | noinst_HEADERS += compat/endian.h |
11 | noinst_HEADERS += compat/err.h | 11 | noinst_HEADERS += compat/err.h |
12 | noinst_HEADERS += compat/fcntl.h | 12 | noinst_HEADERS += compat/fcntl.h |
13 | noinst_HEADERS += compat/getopt.h | ||
13 | noinst_HEADERS += compat/limits.h | 14 | noinst_HEADERS += compat/limits.h |
14 | noinst_HEADERS += compat/netdb.h | 15 | noinst_HEADERS += compat/netdb.h |
15 | noinst_HEADERS += compat/poll.h | 16 | noinst_HEADERS += compat/poll.h |