dpif: Allow providers to be managed at runtime.
[sliver-openvswitch.git] / lib / automake.mk
index cace97c..31cab8a 100644 (file)
@@ -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