mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-08 14:34:22 +00:00
ripngd/Makefile.am: missing ripng_nexthop.h from _HEADERS line. breaks
make dist.
This commit is contained in:
parent
457ef551eb
commit
0b24b4c759
@ -12,7 +12,7 @@ libripng_a_SOURCES = \
|
|||||||
ripng_routemap.c ripng_offset.c ripng_peer.c ripng_nexthop.c
|
ripng_routemap.c ripng_offset.c ripng_peer.c ripng_nexthop.c
|
||||||
|
|
||||||
noinst_HEADERS = \
|
noinst_HEADERS = \
|
||||||
ripng_debug.h ripng_route.h ripngd.h
|
ripng_debug.h ripng_route.h ripngd.h ripng_nexthop.h
|
||||||
|
|
||||||
ripngd_SOURCES = \
|
ripngd_SOURCES = \
|
||||||
ripng_main.c $(libripng_a_SOURCES)
|
ripng_main.c $(libripng_a_SOURCES)
|
||||||
|
Loading…
Reference in New Issue
Block a user