From 9606a6b5e96176cd4d65dd9c0bce2e5b0845cd7e Mon Sep 17 00:00:00 2001 From: kinichiro Date: Wed, 16 Sep 2015 20:36:38 +0900 Subject: [PATCH] add include/compat/readpassphrase.h to Makefile.am fix for https://github.com/libressl-portable/portable/issues/138 --- include/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/include/Makefile.am b/include/Makefile.am index 24a83cf..522d375 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -10,6 +10,7 @@ noinst_HEADERS += compat/dirent_msvc.h noinst_HEADERS += compat/err.h noinst_HEADERS += compat/netdb.h noinst_HEADERS += compat/poll.h +noinst_HEADERS += compat/readpassphrase.h noinst_HEADERS += compat/stdio.h noinst_HEADERS += compat/stdlib.h noinst_HEADERS += compat/string.h