man: fix pic issue at the source
[sliver-openvswitch.git] / datapath / Modules.mk
index 087cf44..e015a9d 100644 (file)
@@ -28,7 +28,6 @@ openvswitch_sources = \
        vport-patch.c
 
 openvswitch_headers = \
-       actions.h \
        checksum.h \
        compat.h \
        datapath.h \
@@ -42,6 +41,7 @@ openvswitch_headers = \
        vport-netdev.h
 
 openvswitch_extras = \
+       README \
        CAPWAP.txt
 
 dist_sources = $(foreach module,$(dist_modules),$($(module)_sources))