Diff for /embedaddon/quagga/ripngd/Makefile.am between versions 1.1 and 1.1.1.3

version 1.1, 2012/02/21 17:26:11 version 1.1.1.3, 2016/11/02 10:09:12
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 @SNMP_INCLUDES@AM_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 = libripng.a  noinst_LIBRARIES = libripng.a
 sbin_PROGRAMS = ripngd  sbin_PROGRAMS = ripngd

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


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