diff options
| author | Stephen Worley <sworley@cumulusnetworks.com> | 2019-03-21 10:33:42 -0400 | 
|---|---|---|
| committer | Stephen Worley <sworley@cumulusnetworks.com> | 2019-10-25 11:13:38 -0400 | 
| commit | 50cfa27f1b7140edade4b50d94a93c84dee3e267 (patch) | |
| tree | f781aace710f1c2236f352374399e8fe300b29d9 /include | |
| parent | a3267f8b6e939445b016a9dd81e23a63691a10bf (diff) | |
include: Add nexthop.h to the include automake file
Add linux header nexthop.h to the automake file under
include/.
Signed-off-by: Stephen Worley <sworley@cumulusnetworks.com>
Diffstat (limited to 'include')
| -rw-r--r-- | include/subdir.am | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/include/subdir.am b/include/subdir.am index 0d7fed2852..b1ca1be54f 100644 --- a/include/subdir.am +++ b/include/subdir.am @@ -6,6 +6,7 @@ noinst_HEADERS += \  	include/linux/mpls_iptunnel.h \  	include/linux/neighbour.h \  	include/linux/netlink.h \ +	include/linux/nexthop.h \  	include/linux/rtnetlink.h \  	include/linux/socket.h \  	include/linux/net_namespace.h \  | 
