]> git.proxmox.com Git - mirror_frr.git/blame - bgpd/Makefile.am
lib, bgpd: Remove 'struct fifo' from lib/zebra.h
[mirror_frr.git] / bgpd / 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
7a6da5ba 4DEFS = @DEFS@ -DSYSCONFDIR=\"$(sysconfdir)/\"
718e3744 5INSTALL_SDATA=@INSTALL@ -m 600
6
95bb8305 7AM_CFLAGS = $(WERROR)
46bc0e43 8
718e3744 9noinst_LIBRARIES = libbgp.a
10sbin_PROGRAMS = bgpd
7625a0de 11bin_PROGRAMS = bgp_btoa
718e3744 12
13libbgp_a_SOURCES = \
14 bgpd.c bgp_fsm.c bgp_aspath.c bgp_community.c bgp_attr.c \
15 bgp_debug.c bgp_route.c bgp_zebra.c bgp_open.c bgp_routemap.c \
16 bgp_packet.c bgp_network.c bgp_filter.c bgp_regex.c bgp_clist.c \
17 bgp_dump.c bgp_snmp.c bgp_ecommunity.c bgp_mplsvpn.c bgp_nexthop.c \
fb018d25 18 bgp_damp.c bgp_table.c bgp_advertise.c bgp_vty.c bgp_mpath.c \
f4c89855 19 bgp_nht.c bgp_updgrp.c bgp_updgrp_packet.c bgp_updgrp_adv.c bgp_bfd.c \
587ff0fd 20 bgp_encap.c bgp_encap_tlv.c
718e3744 21
22noinst_HEADERS = \
23 bgp_aspath.h bgp_attr.h bgp_community.h bgp_debug.h bgp_fsm.h \
24 bgp_network.h bgp_open.h bgp_packet.h bgp_regex.h bgp_route.h \
25 bgpd.h bgp_filter.h bgp_clist.h bgp_dump.h bgp_zebra.h \
26 bgp_ecommunity.h bgp_mplsvpn.h bgp_nexthop.h bgp_damp.h bgp_table.h \
3f9c7369 27 bgp_advertise.h bgp_snmp.h bgp_vty.h bgp_mpath.h bgp_nht.h \
587ff0fd 28 bgp_updgrp.h bgp_bfd.h bgp_encap.h bgp_encap_tlv.h bgp_encap_types.h
718e3744 29
fe69a505 30bgpd_SOURCES = bgp_main.c
6f0e3f6e 31bgpd_LDADD = libbgp.a ../lib/libzebra.la @LIBCAP@ @LIBM@
718e3744 32
7625a0de
DS
33bgp_btoa_SOURCES = bgp_btoa.c
34bgp_btoa_LDADD = libbgp.a ../lib/libzebra.la @LIBCAP@ @LIBM@
35
d6b72f7a 36examplesdir = $(exampledir)
37dist_examples_DATA = bgpd.conf.sample bgpd.conf.sample2
04bd484b 38
39EXTRA_DIST = BGP4-MIB.txt
40