summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ripngd/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/ripngd/Makefile.am b/ripngd/Makefile.am
index 66f64838..a6810649 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)