diff options
author | paul <paul> | 2003-05-28 20:37:52 +0200 |
---|---|---|
committer | paul <paul> | 2003-05-28 20:37:52 +0200 |
commit | 0b24b4c759a6fb77c4b6043891b81574fbb229dc (patch) | |
tree | fb4d7693e40c2ecc2547d25e53dc687b6bb74909 /ripngd | |
parent | IPv4 part of "make reject|blackhole routes work without nexthop|interface". (diff) | |
download | frr-0b24b4c759a6fb77c4b6043891b81574fbb229dc.tar.xz frr-0b24b4c759a6fb77c4b6043891b81574fbb229dc.zip |
ripngd/Makefile.am: missing ripng_nexthop.h from _HEADERS line. breaks
make dist.
Diffstat (limited to 'ripngd')
-rw-r--r-- | ripngd/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ripngd/Makefile.am b/ripngd/Makefile.am index 66f648381..a68106496 100644 --- a/ripngd/Makefile.am +++ b/ripngd/Makefile.am @@ -12,7 +12,7 @@ libripng_a_SOURCES = \ ripng_routemap.c ripng_offset.c ripng_peer.c ripng_nexthop.c noinst_HEADERS = \ - ripng_debug.h ripng_route.h ripngd.h + ripng_debug.h ripng_route.h ripngd.h ripng_nexthop.h ripngd_SOURCES = \ ripng_main.c $(libripng_a_SOURCES) |