diff options
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 c08e58a90..3a4be999a 100644 --- a/ripngd/Makefile.am +++ b/ripngd/Makefile.am @@ -21,7 +21,7 @@ noinst_HEADERS = \ ripngd_SOURCES = \ ripng_main.c $(libripng_a_SOURCES) -ripngd_LDADD = ../lib/libzebra.la @LIBCAP@ +ripngd_LDADD = ../lib/libfrr.la @LIBCAP@ examplesdir = $(exampledir) dist_examples_DATA = ripngd.conf.sample |