2
0
mirror of https://github.com/openvswitch/ovs synced 2025-10-29 15:28:56 +00:00

datapath: Fix build failure related to missing vlan.h

---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>
This commit is contained in:
Pravin B Shelar
2016-03-14 12:42:48 -07:00
parent 6ad62effc9
commit b6446b9fa0

View 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