]> 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>
Sat, 25 May 2019 18:25:29 +0000 (21:25 +0300)
Fixes: #815
(cherry picked from commit c8b403a81bda3a9603ffda9c393a823719fda196)

Makefile.am

index 9ebce429fea4e7def6a1dd9d4fc4bae38033a3c9..4952a3e7a3283b2576156e63d1b50f7eccd56d69 100644 (file)
@@ -288,12 +288,15 @@ endif
 noinst_HEADERS +=                              \
        WIN32-Code/nmake/evconfig-private.h     \
        WIN32-Code/nmake/event2/event-config.h  \
+       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                        \