Make sure all the needed SSL files are included in generated distributions.
authorJustin Pettit <jpettit@nicira.com>
Thu, 20 Mar 2008 06:13:42 +0000 (23:13 -0700)
committerJustin Pettit <jpettit@nicira.com>
Thu, 20 Mar 2008 06:13:42 +0000 (23:13 -0700)
include/Makefile.am
lib/Makefile.am

index 0406acb17359c2c7d0796314ed90065f8929d8ae..035769e2c81755de77a5ab3798ab04eeedbd1fa7 100644 (file)
@@ -20,6 +20,7 @@ noinst_HEADERS = \
        socket-util.h \
        util.h \
        vconn.h \
+       vconn-ssl.h \
        vlog-socket.h \
        vlog.h \
        xtoxll.h
index 58b9b9e5518a2f71077b4c548b8d343a1fa0848f..9e90f9528d07dbba2fa0cf7e8e38829f1a90ee3e 100644 (file)
@@ -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