X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fautomake.mk;h=31cab8ab197b0cd7cc5dc0531550fa7a961c7ca1;hb=40f0707cd9d105203c2b8b97a955b57aca426f13;hp=cace97cf90d032b73ada4bb958233d893cddaad1;hpb=fa0361b7a085abd460a5a6236b137a69d871f8c5;p=openvswitch diff --git a/lib/automake.mk b/lib/automake.mk index cace97cf..31cab8ab 100644 --- a/lib/automake.mk +++ b/lib/automake.mk @@ -16,8 +16,6 @@ lib_libopenvswitch_a_SOURCES = \ lib/bitmap.h \ lib/byteq.c \ lib/byteq.h \ - lib/cfg.c \ - lib/cfg.h \ lib/classifier.c \ lib/classifier.h \ lib/command-line.c \ @@ -45,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 \ @@ -124,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 \ @@ -145,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 \ @@ -169,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"' && \ @@ -194,6 +186,13 @@ EXTRA_DIST += \ lib/daemon-syn.man \ 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 \ lib/vlog-syn.man \ lib/vlog.man