build: fix error in include/Makefile.am

Just introduced by me, as an oversight from commit
11f9cc0914.

Signed-off-by: Thomas Haller <thaller@redhat.com>
This commit is contained in:
Thomas Haller 2014-06-16 17:45:11 +02:00
parent 11f9cc0914
commit f8144b11aa

View file

@ -53,7 +53,7 @@ nobase_libnlinclude_HEADERS = \
netlink/route/link/vlan.h \
netlink/route/link/vxlan.h \
netlink/route/link/veth.h \
netlink/route/link/ip6tnl.h
netlink/route/link/ip6tnl.h \
netlink/route/link/ipgre.h \
netlink/route/link/ipip.h \
netlink/route/link/ipvti.h \