X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fautomake.mk;h=31cab8ab197b0cd7cc5dc0531550fa7a961c7ca1;hb=40f0707cd9d105203c2b8b97a955b57aca426f13;hp=cb5c3d7a718419908d622c68bc9db866402220ee;hpb=84ee7bcfdeed0abe9306e6375934b224b527f1d3;p=openvswitch diff --git a/lib/automake.mk b/lib/automake.mk index cb5c3d7a..31cab8ab 100644 --- a/lib/automake.mk +++ b/lib/automake.mk @@ -43,8 +43,6 @@ lib_libopenvswitch_a_SOURCES = \ lib/dynamic-string.h \ lib/fatal-signal.c \ lib/fatal-signal.h \ - lib/fault.c \ - lib/fault.h \ lib/flow.c \ lib/flow.h \ lib/hash.c \ @@ -122,6 +120,7 @@ lib_libopenvswitch_a_SOURCES = \ lib/stream-fd.c \ lib/stream-fd.h \ lib/stream-provider.h \ + lib/stream-ssl.h \ lib/stream-tcp.c \ lib/stream-unix.c \ lib/stream.c \ @@ -143,11 +142,7 @@ lib_libopenvswitch_a_SOURCES = \ lib/uuid.h \ lib/valgrind.h \ lib/vconn-provider.h \ - lib/vconn-ssl.h \ lib/vconn-stream.c \ - lib/vconn-stream.h \ - lib/vconn-tcp.c \ - lib/vconn-unix.c \ lib/vconn.c \ lib/vconn.h \ lib/vlog-modules.def \ @@ -167,8 +162,7 @@ lib_libopenvswitch_a_SOURCES += \ endif if HAVE_OPENSSL -lib_libopenvswitch_a_SOURCES += \ - lib/vconn-ssl.c +lib_libopenvswitch_a_SOURCES += lib/stream-ssl.c nodist_lib_libopenvswitch_a_SOURCES += lib/dhparams.c lib/dhparams.c: lib/dh1024.pem lib/dh2048.pem lib/dh4096.pem (echo '#include "lib/dhparams.h"' && \ @@ -193,8 +187,10 @@ EXTRA_DIST += \ lib/dpif.man \ lib/leak-checker.man \ lib/ssl-bootstrap.man \ + lib/ssl-bootstrap-syn.man \ lib/ssl-peer-ca-cert.man \ lib/ssl.man \ + lib/ssl-syn.man \ lib/vconn-active.man \ lib/vconn-passive.man \ lib/vlog-unixctl.man \