getopt_long() support for platforms that don't have it.
This commit is contained in:
parent
3d218a3114
commit
88a8826cf7
4 changed files with 1377 additions and 2 deletions
|
|
@ -4,11 +4,11 @@ noinst_LIBRARIES = libvpn.a
|
|||
|
||||
INCLUDES = -I. -I$(top_builddir)
|
||||
|
||||
libvpn_a_SOURCES = xmalloc.c pidfile.c utils.c
|
||||
libvpn_a_SOURCES = xmalloc.c pidfile.c utils.c getopt.c getopt1.c
|
||||
|
||||
libvpn_a_LIBADD = @LIBOBJS@ @ALLOCA@
|
||||
libvpn_a_DEPENDENCIES = $(libvpn_a_LIBADD)
|
||||
|
||||
noinst_HEADERS = xalloc.h pidfile.h utils.h
|
||||
noinst_HEADERS = xalloc.h pidfile.h utils.h getopt.h
|
||||
|
||||
EXTRA_DIST = README
|
||||
Loading…
Add table
Add a link
Reference in a new issue