]> git.proxmox.com Git - mirror_frr.git/blame - babeld/Makefile.am
*: fix excess docstring
[mirror_frr.git] / babeld / Makefile.am
CommitLineData
ca10883e
DS
1## Process this file with automake to produce Makefile.in.
2
3AM_CPPFLAGS = -I.. -I$(top_srcdir) -I$(top_srcdir)/lib -I$(top_builddir)/lib
4DEFS = @DEFS@ -DSYSCONFDIR=\"$(sysconfdir)/\"
5INSTALL_SDATA=@INSTALL@ -m 600
6
7AM_CFLAGS = $(PICFLAGS) $(WERROR)
8AM_LDFLAGS = $(PILDFLAGS)
9
10noinst_LIBRARIES = libbabel.a
11sbin_PROGRAMS = babeld
12
13libbabel_a_SOURCES = \
14 babel_zebra.c net.c kernel.c util.c source.c neighbour.c \
15 route.c xroute.c message.c resend.c babel_interface.c babeld.c \
16 babel_filter.c babel_memory.c
17
18noinst_HEADERS = \
19 babel_zebra.h net.h kernel.h util.h source.h neighbour.h \
20 route.h xroute.h message.h resend.h babel_interface.h babeld.h \
21 babel_filter.h babel_main.h babel_memory.h
22
23babeld_SOURCES = \
24 babel_main.c $(libbabel_a_SOURCES)
25
26babeld_LDADD = ../lib/libfrr.la @LIBCAP@
27
28examplesdir = $(exampledir)
29dist_examples_DATA = babeld.conf.sample