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

version 1.1.1.3, 2013/07/21 23:54:39 version 1.1.1.4, 2016/11/02 10:09:11
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
 AM_CFLAGS = $(WERROR)
 DEFS = @DEFS@ -DSYSCONFDIR=\"$(sysconfdir)/\"  DEFS = @DEFS@ -DSYSCONFDIR=\"$(sysconfdir)/\"
   
 lib_LTLIBRARIES = libzebra.la  lib_LTLIBRARIES = libzebra.la
Line 12  libzebra_la_SOURCES = \ Line 13  libzebra_la_SOURCES = \
         sockunion.c prefix.c thread.c if.c memory.c buffer.c table.c hash.c \          sockunion.c prefix.c thread.c if.c memory.c buffer.c table.c hash.c \
         filter.c routemap.c distribute.c stream.c str.c log.c plist.c \          filter.c routemap.c distribute.c stream.c str.c log.c plist.c \
         zclient.c sockopt.c smux.c agentx.c snmp.c md5.c if_rmap.c keychain.c privs.c \          zclient.c sockopt.c smux.c agentx.c snmp.c md5.c if_rmap.c keychain.c privs.c \
        sigevent.c pqueue.c jhash.c memtypes.c workqueue.c        sigevent.c pqueue.c jhash.c memtypes.c workqueue.c vrf.c
   
 BUILT_SOURCES = memtypes.h route_types.h gitversion.h  BUILT_SOURCES = memtypes.h route_types.h gitversion.h
   
 libzebra_la_DEPENDENCIES = @LIB_REGEX@  libzebra_la_DEPENDENCIES = @LIB_REGEX@
   
libzebra_la_LIBADD = @LIB_REGEX@libzebra_la_LIBADD = @LIB_REGEX@ @LIBCAP@
   
 pkginclude_HEADERS = \  pkginclude_HEADERS = \
         buffer.h checksum.h command.h filter.h getopt.h hash.h \          buffer.h checksum.h command.h filter.h getopt.h hash.h \
Line 27  pkginclude_HEADERS = \ Line 28  pkginclude_HEADERS = \
         str.h stream.h table.h thread.h vector.h version.h vty.h zebra.h \          str.h stream.h table.h thread.h vector.h version.h vty.h zebra.h \
         plist.h zclient.h sockopt.h smux.h md5.h if_rmap.h keychain.h \          plist.h zclient.h sockopt.h smux.h md5.h if_rmap.h keychain.h \
         privs.h sigevent.h pqueue.h jhash.h zassert.h memtypes.h \          privs.h sigevent.h pqueue.h jhash.h zassert.h memtypes.h \
        workqueue.h route_types.h        workqueue.h route_types.h libospf.h vrf.h fifo.h
 
 noinst_HEADERS = \
         plist_int.h
   
 EXTRA_DIST = \  EXTRA_DIST = \
         regex.c regex-gnu.h \          regex.c regex-gnu.h \

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


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