Diff for /embedaddon/quagga/isisd/Makefile.am between versions 1.1.1.2 and 1.1.1.3

version 1.1.1.2, 2013/07/21 23:54:38 version 1.1.1.3, 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)/lib \AM_CPPFLAGS = -I.. -I$(top_srcdir) -I$(top_srcdir)/lib -I$(top_builddir)/lib \
            @ISIS_TOPOLOGY_INCLUDES@             @ISIS_TOPOLOGY_INCLUDES@
 DEFS = @DEFS@ -DSYSCONFDIR=\"$(sysconfdir)/\"  DEFS = @DEFS@ -DSYSCONFDIR=\"$(sysconfdir)/\"
 INSTALL_SDATA=@INSTALL@ -m 600  INSTALL_SDATA=@INSTALL@ -m 600
 LIBS = @LIBS@   LIBS = @LIBS@ 
   
AM_CFLAGS = $(PICFLAGS)AM_CFLAGS = $(WERROR)
AM_LDFLAGS = $(PILDFLAGS) 
   
 noinst_LIBRARIES = libisis.a  noinst_LIBRARIES = libisis.a
 sbin_PROGRAMS = isisd   sbin_PROGRAMS = isisd 
Line 17  libisis_a_SOURCES = \ Line 16  libisis_a_SOURCES = \
         isis_adjacency.c isis_lsp.c dict.c isis_circuit.c isis_pdu.c \          isis_adjacency.c isis_lsp.c dict.c isis_circuit.c isis_pdu.c \
         isis_tlv.c isisd.c isis_misc.c isis_zebra.c isis_dr.c \          isis_tlv.c isisd.c isis_misc.c isis_zebra.c isis_dr.c \
         isis_flags.c isis_dynhn.c iso_checksum.c isis_csm.c isis_events.c \          isis_flags.c isis_dynhn.c iso_checksum.c isis_csm.c isis_events.c \
        isis_spf.c isis_route.c isis_routemap.c        isis_spf.c isis_redist.c isis_route.c isis_routemap.c
   
   
 noinst_HEADERS = \  noinst_HEADERS = \
         isisd.h isis_pdu.h isis_tlv.h isis_adjacency.h isis_constants.h \          isisd.h isis_pdu.h isis_tlv.h isis_adjacency.h isis_constants.h \
         isis_lsp.h dict.h isis_circuit.h isis_misc.h isis_network.h \          isis_lsp.h dict.h isis_circuit.h isis_misc.h isis_network.h \
         isis_zebra.h isis_dr.h isis_flags.h isis_dynhn.h isis_common.h \          isis_zebra.h isis_dr.h isis_flags.h isis_dynhn.h isis_common.h \
        iso_checksum.h isis_csm.h isis_events.h isis_spf.h isis_route.h \        iso_checksum.h isis_csm.h isis_events.h isis_spf.h isis_redist.h \
         isis_route.h isis_routemap.h \
         include-netbsd/clnp.h include-netbsd/esis.h include-netbsd/iso.h          include-netbsd/clnp.h include-netbsd/esis.h include-netbsd/iso.h
   
 isisd_SOURCES = \  isisd_SOURCES = \

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


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