
equinox at diac24
Apr 28, 2012, 3:28 PM
Post #1 of 1
(84 views)
Permalink
|
|
[PATCH 1/3] babeld: Include babel_main.h in noinst_HEADERS.
|
|
From: Denis Ovsienko <infrastation [at] yandex> babeld wouldn't build in a dist tarball without this. From: Denis Ovsienko <infrastation [at] yandex> Signed-off-by: Juliusz Chroboczek <jch [at] pps> [fixed up git message] Signed-off-by: David Lamparter <equinox [at] diac24> --- this is pulled from SRE babeld/Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/babeld/Makefile.am b/babeld/Makefile.am index 468b5a5..8703de0 100644 --- a/babeld/Makefile.am +++ b/babeld/Makefile.am @@ -18,7 +18,7 @@ libbabel_a_SOURCES = \ noinst_HEADERS = \ babel_zebra.h net.h kernel.h util.h source.h neighbour.h \ route.h xroute.h message.h resend.h babel_interface.h babeld.h \ - babel_filter.h + babel_filter.h babel_main.h babeld_SOURCES = \ babel_main.c $(libbabel_a_SOURCES) -- 1.7.8.4 _______________________________________________ Quagga-dev mailing list Quagga-dev [at] lists http://lists.quagga.net/mailman/listinfo/quagga-dev
|