]> granicus.if.org Git - libevent/commitdiff
Add getopt into dist archive
authorAzat Khuzhin <azat@libevent.org>
Wed, 15 May 2019 18:29:03 +0000 (21:29 +0300)
committerAzat Khuzhin <azat@libevent.org>
Wed, 15 May 2019 18:29:03 +0000 (21:29 +0300)
Fixes: #815
Makefile.am

index acc5ecff44123232132ee89967c2b13d48c3c1d7..e0d2a860879c0a77fd1db8186eb3c2d0911ebc76 100644 (file)
@@ -288,12 +288,15 @@ libevent_openssl_la_CPPFLAGS = $(AM_CPPFLAGS) $(OPENSSL_INCS)
 endif
 
 noinst_HEADERS +=                              \
+       WIN32-Code/getopt.h                     \
+       WIN32-Code/getopt.c                     \
+       WIN32-Code/getopt_long.c        \
        WIN32-Code/tree.h                       \
-       bufferevent-internal.h                  \
-       changelist-internal.h                   \
+       bufferevent-internal.h          \
+       changelist-internal.h           \
        compat/sys/queue.h                      \
        defer-internal.h                        \
-       epolltable-internal.h                   \
+       epolltable-internal.h           \
        evbuffer-internal.h                     \
        event-internal.h                        \
        evmap-internal.h                        \