diff options
author | Denis Ovsienko <infrastation@yandex.ru> | 2012-03-12 13:51:49 +0100 |
---|---|---|
committer | David Lamparter <equinox@diac24.net> | 2012-04-28 21:28:01 +0200 |
commit | 61a81bea6d21dedc62931d6925d0608ebc45c196 (patch) | |
tree | d5dbec7a4ae28ef82595f5242d4086ec33c09cbb /babeld | |
parent | lib: bump ZSERV_VERSION to 2 (diff) | |
download | frr-61a81bea6d21dedc62931d6925d0608ebc45c196.tar.xz frr-61a81bea6d21dedc62931d6925d0608ebc45c196.zip |
babeld: Include babel_main.h in noinst_HEADERS.
babeld wouldn't build in a dist tarball without this.
From: Denis Ovsienko <infrastation@yandex.ru>
Signed-off-by: Juliusz Chroboczek <jch@pps.jussieu.fr>
[fixed up git message]
Signed-off-by: David Lamparter <equinox@diac24.net>
Diffstat (limited to 'babeld')
-rw-r--r-- | babeld/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/babeld/Makefile.am b/babeld/Makefile.am index 468b5a5f1..8703de062 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) |