From c8b403a81bda3a9603ffda9c393a823719fda196 Mon Sep 17 00:00:00 2001 From: Azat Khuzhin Date: Wed, 15 May 2019 21:29:03 +0300 Subject: [PATCH] Add getopt into dist archive Fixes: #815 --- Makefile.am | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index acc5ecff..e0d2a860 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 \ -- 2.40.0