diff options
author | Thomas Haller <thaller@redhat.com> | 2014-06-16 15:45:11 (GMT) |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2014-06-16 15:45:11 (GMT) |
commit | f8144b11aae59ceeeb3efccc67f68080a3f5e229 (patch) | |
tree | 76ab4e06c3a6aa1eb1a9bb9e289424f4410d3264 /include | |
parent | 11f9cc0914aef697c1f49bca7353117cb65fd318 (diff) | |
download | libnl-f8144b11aae59ceeeb3efccc67f68080a3f5e229.zip libnl-f8144b11aae59ceeeb3efccc67f68080a3f5e229.tar.gz libnl-f8144b11aae59ceeeb3efccc67f68080a3f5e229.tar.bz2 |
build: fix error in include/Makefile.am
Just introduced by me, as an oversight from commit
11f9cc0914aef697c1f49bca7353117cb65fd318.
Signed-off-by: Thomas Haller <thaller@redhat.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Makefile.am b/include/Makefile.am index 4c66e8c..765cf5a 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -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 \ |