diff options
Diffstat (limited to 'ripngd')
-rw-r--r-- | ripngd/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ripngd/Makefile.am b/ripngd/Makefile.am index 2e6c6774..ecd71f8a 100644 --- a/ripngd/Makefile.am +++ b/ripngd/Makefile.am @@ -19,5 +19,6 @@ ripngd_SOURCES = \ ripngd_LDADD = -L../lib -lzebra @LIBCAP@ -dist_sysconf_DATA = ripngd.conf.sample +examplesdir = $(exampledir) +dist_examples_DATA = ripngd.conf.sample |