From: Denis Ovsienko Date: Mon, 12 Mar 2012 12:51:49 +0000 (+0100) Subject: babeld: Include babel_main.h in noinst_HEADERS. X-Git-Tag: frr-2.0-rc1~1855 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=61a81bea6d21dedc62931d6925d0608ebc45c196;p=mirror%2Ffrr.git babeld: Include babel_main.h in noinst_HEADERS. babeld wouldn't build in a dist tarball without this. From: Denis Ovsienko Signed-off-by: Juliusz Chroboczek [fixed up git message] Signed-off-by: David Lamparter --- diff --git a/babeld/Makefile.am b/babeld/Makefile.am index 468b5a5f1f..8703de0629 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)