From: paul Date: Wed, 28 May 2003 18:37:52 +0000 (+0000) Subject: ripngd/Makefile.am: missing ripng_nexthop.h from _HEADERS line. breaks X-Git-Tag: frr-2.0-rc1~4017 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=0b24b4c759a6fb77c4b6043891b81574fbb229dc;p=matthieu%2Ffrr.git ripngd/Makefile.am: missing ripng_nexthop.h from _HEADERS line. breaks make dist. --- diff --git a/ripngd/Makefile.am b/ripngd/Makefile.am index 66f6483819..a681064967 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)