From: Justin Pettit Date: Thu, 20 Mar 2008 06:13:42 +0000 (-0700) Subject: Make sure all the needed SSL files are included in generated distributions. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d170209c7696a8ec0124472f6fbc7cf7a07de167;p=openvswitch Make sure all the needed SSL files are included in generated distributions. --- 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