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

version 1.1.1.2, 2013/07/21 23:54:40 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)/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 = librip.a  noinst_LIBRARIES = librip.a
 sbin_PROGRAMS = ripd  sbin_PROGRAMS = ripd

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


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