package getopt compat files

This commit is contained in:
Brent Cook 2023-10-01 21:11:11 -05:00
parent c923880fb9
commit 1defa3baa5
2 changed files with 2 additions and 0 deletions

View File

@ -36,6 +36,7 @@ EXTRA_DIST += empty.c
# needed for a CMake target # needed for a CMake target
EXTRA_DIST += compat/strcasecmp.c EXTRA_DIST += compat/strcasecmp.c
EXTRA_DIST += compat/getopt_long.c
BUILT_SOURCES = crypto_portable.sym BUILT_SOURCES = crypto_portable.sym
CLEANFILES = crypto_portable.sym CLEANFILES = crypto_portable.sym

View File

@ -10,6 +10,7 @@ noinst_HEADERS += compat/dirent_msvc.h
noinst_HEADERS += compat/endian.h noinst_HEADERS += compat/endian.h
noinst_HEADERS += compat/err.h noinst_HEADERS += compat/err.h
noinst_HEADERS += compat/fcntl.h noinst_HEADERS += compat/fcntl.h
noinst_HEADERS += compat/getopt.h
noinst_HEADERS += compat/limits.h noinst_HEADERS += compat/limits.h
noinst_HEADERS += compat/netdb.h noinst_HEADERS += compat/netdb.h
noinst_HEADERS += compat/poll.h noinst_HEADERS += compat/poll.h