]> git.proxmox.com Git - mirror_ovs.git/commitdiff
datapath: Fix build failure related to missing vlan.h
authorPravin B Shelar <pshelar@ovn.org>
Mon, 14 Mar 2016 19:42:48 +0000 (12:42 -0700)
committerPravin B Shelar <pshelar@ovn.org>
Mon, 14 Mar 2016 19:42:48 +0000 (12:42 -0700)
---8<---
make[1]: Entering directory `/home/travis/build/openvswitch/ovs/datapath'
make[1]: *** No rule to make target `vlan.h', needed by `distdir'.  Stop.
make[1]: Leaving directory `/home/travis/build/openvswitch/ovs/datapath'
make: *** [distdir] Error 1
cat: */_build/tests/testsuite.log: No such file or directory

Signed-off-by: Pravin B Shelar <pshelar@ovn.org>
Acked-by: Jesse Gross <jesse@kernel.org>
datapath/Modules.mk

index 3ffeee2ae7e2b07ee0fdc5e34cd6984f4339488e..8e9a1697a18bee1cfd740cdb0bae28712b2d0836 100644 (file)
@@ -41,7 +41,6 @@ openvswitch_headers = \
        flow.h \
        flow_netlink.h \
        flow_table.h \
-       vlan.h \
        vport.h \
        vport-internal_dev.h \
        vport-netdev.h