datapath: Add genl_exec().
[sliver-openvswitch.git] / datapath / Modules.mk
index 087cf44..4d17568 100644 (file)
@@ -17,6 +17,7 @@ openvswitch_sources = \
        dp_sysfs_dp.c \
        dp_sysfs_if.c \
        flow.c \
+       genl_exec.c \
        tunnel.c \
        vlan.c \
        vport.c \
@@ -28,12 +29,12 @@ openvswitch_sources = \
        vport-patch.c
 
 openvswitch_headers = \
-       actions.h \
        checksum.h \
        compat.h \
        datapath.h \
        dp_sysfs.h \
        flow.h \
+       genl_exec.h \
        tunnel.h \
        vlan.h \
        vport.h \
@@ -42,6 +43,7 @@ openvswitch_headers = \
        vport-netdev.h
 
 openvswitch_extras = \
+       README \
        CAPWAP.txt
 
 dist_sources = $(foreach module,$(dist_modules),$($(module)_sources))