blob: 13922d0f478d67d9627b8530e503636c5b6e28ad [file] [log] [blame]
Paul Jakma57345092011-12-25 17:52:09 +01001## Process this file with automake to produce Makefile.in.
2
David Lamparter237aac52014-06-28 22:23:10 +02003AM_CPPFLAGS = -I.. -I$(top_srcdir) -I$(top_srcdir)/lib -I$(top_builddir)/lib
Paul Jakma57345092011-12-25 17:52:09 +01004DEFS = @DEFS@ -DSYSCONFDIR=\"$(sysconfdir)/\"
5INSTALL_SDATA=@INSTALL@ -m 600
6
7AM_CFLAGS = $(PICFLAGS)
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
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 \
Denis Ovsienko61a81be2012-03-12 13:51:49 +010021 babel_filter.h babel_main.h
Paul Jakma57345092011-12-25 17:52:09 +010022
23babeld_SOURCES = \
24 babel_main.c $(libbabel_a_SOURCES)
25
26babeld_LDADD = ../lib/libzebra.la @LIBCAP@
27
28examplesdir = $(exampledir)
29dist_examples_DATA = babeld.conf.sample