[ospfd] Fix address qualified 'ip ospf auth' commands
[jleu-quagga.git] / bgpd / Makefile.am
blob80e93284120bec201952a76704de75cae4b12d4b
1 ## Process this file with automake to produce Makefile.in.
3 INCLUDES = @INCLUDES@ -I.. -I$(top_srcdir) -I$(top_srcdir)/lib @SNMP_INCLUDES@
4 DEFS = @DEFS@ -DSYSCONFDIR=\"$(sysconfdir)/\"
5 INSTALL_SDATA=@INSTALL@ -m 600
7 noinst_LIBRARIES = libbgp.a
8 sbin_PROGRAMS = bgpd
10 libbgp_a_SOURCES = \
11         bgpd.c bgp_fsm.c bgp_aspath.c bgp_community.c bgp_attr.c \
12         bgp_debug.c bgp_route.c bgp_zebra.c bgp_open.c bgp_routemap.c \
13         bgp_packet.c bgp_network.c bgp_filter.c bgp_regex.c bgp_clist.c \
14         bgp_dump.c bgp_snmp.c bgp_ecommunity.c bgp_mplsvpn.c bgp_nexthop.c \
15         bgp_damp.c bgp_table.c bgp_advertise.c bgp_vty.c
17 noinst_HEADERS = \
18         bgp_aspath.h bgp_attr.h bgp_community.h bgp_debug.h bgp_fsm.h \
19         bgp_network.h bgp_open.h bgp_packet.h bgp_regex.h bgp_route.h \
20         bgpd.h bgp_filter.h bgp_clist.h bgp_dump.h bgp_zebra.h \
21         bgp_ecommunity.h bgp_mplsvpn.h bgp_nexthop.h bgp_damp.h bgp_table.h \
22         bgp_advertise.h bgp_snmp.h bgp_vty.h
24 bgpd_SOURCES = bgp_main.c
25 bgpd_LDADD = libbgp.a ../lib/libzebra.la @LIBCAP@ @LIBM@
27 examplesdir = $(exampledir)
28 dist_examples_DATA = bgpd.conf.sample bgpd.conf.sample2
30 EXTRA_DIST = BGP4-MIB.txt