meta-flow: Add 64-bit registers.
[cascardo/ovs.git] / lib / automake.mk
index 519d243..0997df5 100644 (file)
@@ -34,6 +34,8 @@ lib_libopenvswitch_la_SOURCES = \
        lib/cfm.h \
        lib/classifier.c \
        lib/classifier.h \
+       lib/cmap.c \
+       lib/cmap.h \
        lib/command-line.c \
        lib/command-line.h \
        lib/compiler.h \
@@ -47,6 +49,7 @@ lib_libopenvswitch_la_SOURCES = \
        lib/csum.h \
        lib/daemon.c \
        lib/daemon.h \
+       lib/daemon-private.h \
        lib/dhcp.h \
        lib/dummy.c \
        lib/dummy.h \
@@ -100,6 +103,8 @@ lib_libopenvswitch_la_SOURCES = \
        lib/mac-learning.h \
        lib/match.c \
        lib/match.h \
+       lib/mcast-snooping.c \
+       lib/mcast-snooping.h \
        lib/memory.c \
        lib/memory.h \
        lib/meta-flow.c \
@@ -162,6 +167,8 @@ lib_libopenvswitch_la_SOURCES = \
        lib/ovsdb-parser.h \
        lib/ovsdb-types.c \
        lib/ovsdb-types.h \
+       lib/packet-dpif.c \
+       lib/packet-dpif.h \
        lib/packets.c \
        lib/packets.h \
        lib/pcap-file.c \
@@ -170,6 +177,8 @@ lib_libopenvswitch_la_SOURCES = \
        lib/poll-loop.h \
        lib/process.c \
        lib/process.h \
+       lib/pvector.c \
+       lib/pvector.h \
        lib/random.c \
        lib/random.h \
        lib/rconn.c \
@@ -256,6 +265,7 @@ lib_libopenvswitch_la_SOURCES += \
        lib/latch-unix.c \
        lib/signals.c \
        lib/signals.h \
+       lib/socket-util-unix.c \
        lib/stream-fd-unix.c \
        lib/stream-unix.c
 endif