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

version 1.1.1.2, 2012/10/09 09:22:29 version 1.1.1.3, 2013/07/21 23:54:40
Line 1 Line 1
INCLUDES = @INCLUDES@ -I.. -I$(top_srcdir) -I$(top_srcdir)/libINCLUDES = @INCLUDES@ -I.. -I$(top_srcdir) -I$(top_srcdir)/lib -I$(top_builddir)/lib
 DEFS = @DEFS@ $(LOCAL_OPTS) -DSYSCONFDIR=\"$(sysconfdir)/\"  DEFS = @DEFS@ $(LOCAL_OPTS) -DSYSCONFDIR=\"$(sysconfdir)/\"
   
 AM_CFLAGS = $(PICFLAGS)  AM_CFLAGS = $(PICFLAGS)
Line 6  AM_LDFLAGS = $(PILDFLAGS) Line 6  AM_LDFLAGS = $(PILDFLAGS)
   
 noinst_PROGRAMS = testsig testbuffer testmemory heavy heavywq heavythread \  noinst_PROGRAMS = testsig testbuffer testmemory heavy heavywq heavythread \
                 aspathtest testprivs teststream testbgpcap ecommtest \                  aspathtest testprivs teststream testbgpcap ecommtest \
                testbgpmpattr testchecksum testbgpmpath                testbgpmpattr testchecksum testbgpmpath tabletest
   
 testsig_SOURCES = test-sig.c  testsig_SOURCES = test-sig.c
 testbuffer_SOURCES = test-buffer.c  testbuffer_SOURCES = test-buffer.c
Line 22  ecommtest_SOURCES = ecommunity_test.c Line 22  ecommtest_SOURCES = ecommunity_test.c
 testbgpmpattr_SOURCES =  bgp_mp_attr_test.c  testbgpmpattr_SOURCES =  bgp_mp_attr_test.c
 testchecksum_SOURCES = test-checksum.c  testchecksum_SOURCES = test-checksum.c
 testbgpmpath_SOURCES = bgp_mpath_test.c  testbgpmpath_SOURCES = bgp_mpath_test.c
   tabletest_SOURCES = table_test.c
   
 testsig_LDADD = ../lib/libzebra.la @LIBCAP@  testsig_LDADD = ../lib/libzebra.la @LIBCAP@
 testbuffer_LDADD = ../lib/libzebra.la @LIBCAP@  testbuffer_LDADD = ../lib/libzebra.la @LIBCAP@
Line 31  teststream_LDADD = ../lib/libzebra.la @LIBCAP@ Line 32  teststream_LDADD = ../lib/libzebra.la @LIBCAP@
 heavy_LDADD = ../lib/libzebra.la @LIBCAP@ -lm  heavy_LDADD = ../lib/libzebra.la @LIBCAP@ -lm
 heavywq_LDADD = ../lib/libzebra.la @LIBCAP@ -lm  heavywq_LDADD = ../lib/libzebra.la @LIBCAP@ -lm
 heavythread_LDADD = ../lib/libzebra.la @LIBCAP@ -lm  heavythread_LDADD = ../lib/libzebra.la @LIBCAP@ -lm
aspathtest_LDADD = ../lib/libzebra.la @LIBCAP@ -lm ../bgpd/libbgp.aaspathtest_LDADD = ../bgpd/libbgp.a ../lib/libzebra.la @LIBCAP@ -lm
testbgpcap_LDADD = ../lib/libzebra.la @LIBCAP@ -lm ../bgpd/libbgp.atestbgpcap_LDADD = ../bgpd/libbgp.a ../lib/libzebra.la @LIBCAP@ -lm
ecommtest_LDADD = ../lib/libzebra.la @LIBCAP@ -lm ../bgpd/libbgp.aecommtest_LDADD = ../bgpd/libbgp.a ../lib/libzebra.la @LIBCAP@ -lm
testbgpmpattr_LDADD = ../lib/libzebra.la @LIBCAP@ -lm ../bgpd/libbgp.atestbgpmpattr_LDADD = ../bgpd/libbgp.a ../lib/libzebra.la @LIBCAP@ -lm
 testchecksum_LDADD = ../lib/libzebra.la @LIBCAP@   testchecksum_LDADD = ../lib/libzebra.la @LIBCAP@ 
testbgpmpath_LDADD = ../lib/libzebra.la @LIBCAP@ -lm ../bgpd/libbgp.atestbgpmpath_LDADD = ../bgpd/libbgp.a ../lib/libzebra.la @LIBCAP@ -lm
 tabletest_LDADD = ../lib/libzebra.la @LIBCAP@ -lm

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


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