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 0406acb..035769e 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 58b9b9e..9e90f95 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