diff options
author | Deepak Saxena <dsaxena@mvista.com> | 2007-05-19 15:00:11 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2007-05-19 15:00:11 -0400 |
commit | c34b19fb4e243b26fa90a322bf32238356493674 (patch) | |
tree | 53e5ed116535fdf4e9f049d119967dceb9582639 /include/linux/Kbuild | |
parent | 55b637c6a003a8c4850b41a2c2fd6942d8a7f530 (diff) |
[IPV6]: Add ip6_tunnel.h to headers_install
The Mobile IPv6 package (http://www.mobile-ipv6.org/software/) needs
this header file to build the tunnelctl component. The header
already looks sanitized so is safe to export.
Signed-off-by: Deepak Saxena <dsaxena@mvista.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/Kbuild')
-rw-r--r-- | include/linux/Kbuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/Kbuild b/include/linux/Kbuild index bcd01f269f60..e1013156c25e 100644 --- a/include/linux/Kbuild +++ b/include/linux/Kbuild | |||
@@ -239,6 +239,7 @@ unifdef-y += ipc.h | |||
239 | unifdef-y += ipmi.h | 239 | unifdef-y += ipmi.h |
240 | unifdef-y += ipv6.h | 240 | unifdef-y += ipv6.h |
241 | unifdef-y += ipv6_route.h | 241 | unifdef-y += ipv6_route.h |
242 | unifdef-y += ip6_tunnel.h | ||
242 | unifdef-y += isdn.h | 243 | unifdef-y += isdn.h |
243 | unifdef-y += isdnif.h | 244 | unifdef-y += isdnif.h |
244 | unifdef-y += isdn_divertif.h | 245 | unifdef-y += isdn_divertif.h |