Diff for /embedaddon/quagga/bgpd/Makefile.am between versions 1.1.1.3 and 1.1.1.4

version 1.1.1.3, 2013/07/21 23:54:37 version 1.1.1.4, 2016/11/02 10:09:10
Line 1 Line 1
 ## Process this file with automake to produce Makefile.in.  ## Process this file with automake to produce Makefile.in.
   
INCLUDES = @INCLUDES@ -I.. -I$(top_srcdir) -I$(top_srcdir)/lib -I$(top_builddir)/libAM_CPPFLAGS = -I.. -I$(top_srcdir) -I$(top_srcdir)/lib -I$(top_builddir)/lib
 DEFS = @DEFS@ -DSYSCONFDIR=\"$(sysconfdir)/\"  DEFS = @DEFS@ -DSYSCONFDIR=\"$(sysconfdir)/\"
 INSTALL_SDATA=@INSTALL@ -m 600  INSTALL_SDATA=@INSTALL@ -m 600
   
AM_CFLAGS = $(PICFLAGS)AM_CFLAGS = $(WERROR)
AM_LDFLAGS = $(PILDFLAGS) 
   
 noinst_LIBRARIES = libbgp.a  noinst_LIBRARIES = libbgp.a
 sbin_PROGRAMS = bgpd  sbin_PROGRAMS = bgpd
   bin_PROGRAMS = bgp_btoa
   
 libbgp_a_SOURCES = \  libbgp_a_SOURCES = \
         bgpd.c bgp_fsm.c bgp_aspath.c bgp_community.c bgp_attr.c \          bgpd.c bgp_fsm.c bgp_aspath.c bgp_community.c bgp_attr.c \
         bgp_debug.c bgp_route.c bgp_zebra.c bgp_open.c bgp_routemap.c \          bgp_debug.c bgp_route.c bgp_zebra.c bgp_open.c bgp_routemap.c \
         bgp_packet.c bgp_network.c bgp_filter.c bgp_regex.c bgp_clist.c \          bgp_packet.c bgp_network.c bgp_filter.c bgp_regex.c bgp_clist.c \
         bgp_dump.c bgp_snmp.c bgp_ecommunity.c bgp_mplsvpn.c bgp_nexthop.c \          bgp_dump.c bgp_snmp.c bgp_ecommunity.c bgp_mplsvpn.c bgp_nexthop.c \
        bgp_damp.c bgp_table.c bgp_advertise.c bgp_vty.c bgp_mpath.c        bgp_damp.c bgp_table.c bgp_advertise.c bgp_vty.c bgp_mpath.c \
         bgp_encap.c bgp_encap_tlv.c
   
 noinst_HEADERS = \  noinst_HEADERS = \
         bgp_aspath.h bgp_attr.h bgp_community.h bgp_debug.h bgp_fsm.h \          bgp_aspath.h bgp_attr.h bgp_community.h bgp_debug.h bgp_fsm.h \
         bgp_network.h bgp_open.h bgp_packet.h bgp_regex.h bgp_route.h \          bgp_network.h bgp_open.h bgp_packet.h bgp_regex.h bgp_route.h \
         bgpd.h bgp_filter.h bgp_clist.h bgp_dump.h bgp_zebra.h \          bgpd.h bgp_filter.h bgp_clist.h bgp_dump.h bgp_zebra.h \
         bgp_ecommunity.h bgp_mplsvpn.h bgp_nexthop.h bgp_damp.h bgp_table.h \          bgp_ecommunity.h bgp_mplsvpn.h bgp_nexthop.h bgp_damp.h bgp_table.h \
        bgp_advertise.h bgp_snmp.h bgp_vty.h bgp_mpath.h        bgp_advertise.h bgp_snmp.h bgp_vty.h bgp_mpath.h \
         bgp_encap.h bgp_encap_tlv.h bgp_encap_types.h
   
 bgpd_SOURCES = bgp_main.c  bgpd_SOURCES = bgp_main.c
 bgpd_LDADD = libbgp.a ../lib/libzebra.la @LIBCAP@ @LIBM@  bgpd_LDADD = libbgp.a ../lib/libzebra.la @LIBCAP@ @LIBM@
   
   bgp_btoa_SOURCES = bgp_btoa.c
   bgp_btoa_LDADD = libbgp.a ../lib/libzebra.la @LIBCAP@ @LIBM@
   
 examplesdir = $(exampledir)  examplesdir = $(exampledir)
 dist_examples_DATA = bgpd.conf.sample bgpd.conf.sample2  dist_examples_DATA = bgpd.conf.sample bgpd.conf.sample2

Removed from v.1.1.1.3  
changed lines
  Added in v.1.1.1.4


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>