xenserver: Drop "init-dbcache" by making PIF optional for "rewrite".
[openvswitch] / lib / automake.mk
index d2980d38fe9a932f0c82eafd78fbd3216bc02ef4..e5dbfba89e98f91fa93e7c30639315c59c05a257 100644 (file)
@@ -33,6 +33,7 @@ lib_libopenvswitch_a_SOURCES = \
        lib/dhparams.h \
        lib/dirs.h \
        lib/dpif-linux.c \
+       lib/dpif-netdev.c \
        lib/dpif-provider.h \
        lib/dpif.c \
        lib/dpif.h \
@@ -57,7 +58,7 @@ lib_libopenvswitch_a_SOURCES = \
        lib/mac-learning.c \
        lib/mac-learning.h \
        lib/netdev-linux.c \
-       lib/netdev-linux.h \
+       lib/netdev-provider.h \
        lib/netdev.c \
        lib/netdev.h \
        lib/odp-util.c \
@@ -81,6 +82,8 @@ lib_libopenvswitch_a_SOURCES = \
        lib/random.h \
        lib/rconn.c \
        lib/rconn.h \
+       lib/rtnetlink.c \
+       lib/rtnetlink.h \
        lib/sat-math.h \
        lib/sha1.c \
        lib/sha1.h \
@@ -152,6 +155,7 @@ EXTRA_DIST += \
        lib/daemon.man \
        lib/dpif.man \
        lib/leak-checker.man \
+       lib/vlog-unixctl.man \
        lib/vlog.man
 
 
@@ -182,12 +186,13 @@ COVERAGE_FILES = \
        lib/poll-loop.c \
        lib/process.c \
        lib/rconn.c \
+       lib/rtnetlink.c \
        lib/timeval.c \
        lib/unixctl.c \
        lib/util.c \
        lib/vconn.c \
-       secchan/ofproto.c \
-       secchan/pktbuf.c \
+       ofproto/ofproto.c \
+       ofproto/pktbuf.c \
        vswitchd/bridge.c \
        vswitchd/mgmt.c \
        vswitchd/ovs-brcompatd.c