From 61a81bea6d21dedc62931d6925d0608ebc45c196 Mon Sep 17 00:00:00 2001 From: Denis Ovsienko Date: Mon, 12 Mar 2012 13:51:49 +0100 Subject: 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 --- babeld/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'babeld') diff --git a/babeld/Makefile.am b/babeld/Makefile.am index 468b5a5f..8703de06 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) -- cgit v1.2.1