Prepare for a post-1.2.0 world (1.2.90).
[sliver-openvswitch.git] / datapath / Modules.mk
index 01c1a71..587569f 100644 (file)
@@ -20,6 +20,7 @@ openvswitch_sources = \
        loop_counter.c \
        table.c \
        tunnel.c \
+       vlan.c \
        vport.c \
        vport-capwap.c \
        vport-generic.c \
@@ -31,13 +32,14 @@ openvswitch_sources = \
 openvswitch_headers = \
        actions.h \
        checksum.h \
+       compat.h \
        datapath.h \
        dp_sysfs.h \
        flow.h \
        loop_counter.h \
-       odp-compat.h \
        table.h \
        tunnel.h \
+       vlan.h \
        vport.h \
        vport-generic.h \
        vport-internal_dev.h \