ofp-print: Improve formatting for bad OpenFlow messages.
[openvswitch] / datapath / Modules.mk
index b632297b848e849f9a48d63c6474468beb45250c..b4d40fd100f21471f3f5478c5efc73908f89dde5 100644 (file)
@@ -11,11 +11,13 @@ dist_modules = $(both_modules)      # Modules to distribute
 
 openvswitch_sources = \
        actions.c \
+       checksum.c \
        datapath.c \
        dp_notify.c \
        dp_sysfs_dp.c \
        dp_sysfs_if.c \
        flow.c \
+       loop_counter.c \
        table.c \
        tunnel.c \
        vport.c \
@@ -28,10 +30,12 @@ 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 \