flow: Increase number of registers to 4.
[openvswitch] / lib / automake.mk
index 8fd47c05d00a5927099a74640d605c9478120b0f..f7d149940b6a8707d87a93b6c7216bc654dc5193 100644 (file)
@@ -68,10 +68,14 @@ lib_libopenvswitch_a_SOURCES = \
        lib/lockfile.h \
        lib/mac-learning.c \
        lib/mac-learning.h \
+       lib/multipath.c \
+       lib/multipath.h \
        lib/netdev-dummy.c \
        lib/netdev-provider.h \
        lib/netdev.c \
        lib/netdev.h \
+       lib/netlink.c \
+       lib/netlink.h \
        lib/nx-match.c \
        lib/nx-match.def \
        lib/nx-match.h \
@@ -102,8 +106,6 @@ lib_libopenvswitch_a_SOURCES = \
        lib/pcap.h \
        lib/poll-loop.c \
        lib/poll-loop.h \
-       lib/port-array.c \
-       lib/port-array.h \
        lib/process.c \
        lib/process.h \
        lib/random.c \
@@ -184,8 +186,8 @@ lib_libopenvswitch_a_SOURCES += \
        lib/netdev-vport.c \
        lib/netdev-vport.h \
        lib/netlink-protocol.h \
-       lib/netlink.c \
-       lib/netlink.h \
+       lib/netlink-socket.c \
+       lib/netlink-socket.h \
        lib/rtnetlink.c \
        lib/rtnetlink.h
 endif