]> git.proxmox.com Git - mirror_frr.git/blame - isisd/Makefile.am
pimd: Prevent Lockup when waiting for response from zebra
[mirror_frr.git] / isisd / Makefile.am
CommitLineData
eb5d44eb 1## Process this file with automake to produce Makefile.in.
2
a50b7ceb 3AM_CPPFLAGS = -I.. -I$(top_srcdir) -I$(top_srcdir)/lib -I$(top_builddir)/lib
eb5d44eb 4DEFS = @DEFS@ -DSYSCONFDIR=\"$(sysconfdir)/\"
5INSTALL_SDATA=@INSTALL@ -m 600
6LIBS = @LIBS@
46bc0e43 7
95bb8305 8AM_CFLAGS = $(WERROR)
46bc0e43 9
eb5d44eb 10noinst_LIBRARIES = libisis.a
11sbin_PROGRAMS = isisd
12
13libisis_a_SOURCES = \
4a1ab8e4 14 isis_memory.c \
eb5d44eb 15 isis_adjacency.c isis_lsp.c dict.c isis_circuit.c isis_pdu.c \
238497fc 16 isis_tlv.c isisd.c isis_misc.c isis_zebra.c isis_dr.c \
eb5d44eb 17 isis_flags.c isis_dynhn.c iso_checksum.c isis_csm.c isis_events.c \
f8c06e2c 18 isis_spf.c isis_redist.c isis_route.c isis_routemap.c isis_te.c \
064f4896 19 isis_vty.c isis_mt.c
eb5d44eb 20
21
22noinst_HEADERS = \
4a1ab8e4 23 isis_memory.h \
eb5d44eb 24 isisd.h isis_pdu.h isis_tlv.h isis_adjacency.h isis_constants.h \
25 isis_lsp.h dict.h isis_circuit.h isis_misc.h isis_network.h \
26 isis_zebra.h isis_dr.h isis_flags.h isis_dynhn.h isis_common.h \
f3ccedaa 27 iso_checksum.h isis_csm.h isis_events.h isis_spf.h isis_redist.h \
064f4896 28 isis_route.h isis_routemap.h isis_te.h isis_mt.h
eb5d44eb 29
30isisd_SOURCES = \
745bf05f
DL
31 isis_main.c $(libisis_a_SOURCES) \
32 isis_bpf.c isis_dlpi.c isis_pfpacket.c
238497fc 33
55c72803 34isisd_LDADD = ../lib/libfrr.la @LIBCAP@
eb5d44eb 35
41ad8780 36examplesdir = $(exampledir)
37dist_examples_DATA = isisd.conf.sample