datapath: move make_writable helper into common code
[cascardo/ovs.git] / datapath / Modules.mk
index 90e158c..cca4887 100644 (file)
@@ -27,14 +27,13 @@ openvswitch_headers = \
        flow.h \
        flow_netlink.h \
        flow_table.h \
-       mpls.h \
        vlan.h \
        vport.h \
        vport-internal_dev.h \
        vport-netdev.h
 
 openvswitch_extras = \
-       README
+       README.md
 
 dist_sources = $(foreach module,$(dist_modules),$($(module)_sources))
 dist_headers = $(foreach module,$(dist_modules),$($(module)_headers))