]> git.proxmox.com Git - mirror_frr.git/blame - ripngd/Makefile.am
*: split & distribute memtypes and stop (re|ab)using lib/ MTYPEs
[mirror_frr.git] / ripngd / Makefile.am
CommitLineData
718e3744 1## Process this file with automake to produce Makefile.in.
2
9e8da292 3AM_CPPFLAGS = -I.. -I$(top_srcdir) -I$(top_srcdir)/lib -I$(top_builddir)/lib
718e3744 4DEFS = @DEFS@ -DSYSCONFDIR=\"$(sysconfdir)/\"
5INSTALL_SDATA=@INSTALL@ -m 600
6
95bb8305 7AM_CFLAGS = $(WERROR)
46bc0e43 8
718e3744 9noinst_LIBRARIES = libripng.a
10sbin_PROGRAMS = ripngd
11
12libripng_a_SOURCES = \
4a1ab8e4 13 ripng_memory.c \
718e3744 14 ripng_interface.c ripngd.c ripng_zebra.c ripng_route.c ripng_debug.c \
a94434b6 15 ripng_routemap.c ripng_offset.c ripng_peer.c ripng_nexthop.c
718e3744 16
17noinst_HEADERS = \
4a1ab8e4 18 ripng_memory.h \
0b24b4c7 19 ripng_debug.h ripng_route.h ripngd.h ripng_nexthop.h
718e3744 20
21ripngd_SOURCES = \
22 ripng_main.c $(libripng_a_SOURCES)
23
b7a97f82 24ripngd_LDADD = ../lib/libzebra.la @LIBCAP@
718e3744 25
d6b72f7a 26examplesdir = $(exampledir)
27dist_examples_DATA = ripngd.conf.sample
04bd484b 28