Prepare for post-2.2.0 (2.2.90).
[sliver-openvswitch.git] / datapath / Modules.mk
index e2a4dad..b652411 100644 (file)
@@ -11,7 +11,8 @@ openvswitch_sources = \
        datapath.c \
        dp_notify.c \
        flow.c \
-       vlan.c \
+       flow_netlink.c \
+       flow_table.c \
        vport.c \
        vport-gre.c \
        vport-internal_dev.c \
@@ -23,6 +24,8 @@ openvswitch_headers = \
        compat.h \
        datapath.h \
        flow.h \
+       flow_netlink.h \
+       flow_table.h \
        vlan.h \
        vport.h \
        vport-internal_dev.h \