From: Azat Khuzhin Date: Sun, 29 Jan 2017 18:37:31 +0000 (+0300) Subject: Include openssl-compat.h into dist archive X-Git-Tag: release-2.1.9-beta^2~208 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=08658136193380df56380acb08440f75532b5b5c;p=libevent Include openssl-compat.h into dist archive Refs: nmathewson/Libevent@140 Refs: http://archives.seul.org/libevent/users/Jan-2017/msg00001.html (cherry picked from commit 7bc822cad9d06775e366e6c5ac523b13522a6a81) --- diff --git a/Makefile.am b/Makefile.am index 0f741bc9..0c07d77e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -283,7 +283,8 @@ noinst_HEADERS += \ ratelim-internal.h \ strlcpy-internal.h \ time-internal.h \ - util-internal.h + util-internal.h \ + openssl-compat.h EVENT1_HDRS = \ include/evdns.h \