From d170209c7696a8ec0124472f6fbc7cf7a07de167 Mon Sep 17 00:00:00 2001 From: Justin Pettit Date: Wed, 19 Mar 2008 23:13:42 -0700 Subject: [PATCH] Make sure all the needed SSL files are included in generated distributions. --- include/Makefile.am | 1 + lib/Makefile.am | 2 ++ 2 files changed, 3 insertions(+) diff --git a/include/Makefile.am b/include/Makefile.am index 0406acb1..035769e2 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -20,6 +20,7 @@ noinst_HEADERS = \ socket-util.h \ util.h \ vconn.h \ + vconn-ssl.h \ vlog-socket.h \ vlog.h \ xtoxll.h diff --git a/lib/Makefile.am b/lib/Makefile.am index 58b9b9e5..9e90f952 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -37,3 +37,5 @@ dhparams.c: dh2048.pem dh4096.pem | sed 's/\(get_dh[0-9]*\)()/\1(void)/' > dhparams.c.tmp mv dhparams.c.tmp dhparams.c endif + +EXTRA_DIST = dh2048.pem dh4096.pem dhparams.h -- 2.30.2