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

version 1.1.1.1, 2012/02/21 17:26:11 version 1.1.1.4, 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.
   
 SUBDIRS = lib @ZEBRA@ @BGPD@ @RIPD@ @RIPNGD@ @OSPFD@ @OSPF6D@ \  SUBDIRS = lib @ZEBRA@ @BGPD@ @RIPD@ @RIPNGD@ @OSPFD@ @OSPF6D@ \
         @ISISD@ @WATCHQUAGGA@ @VTYSH@ @OSPFCLIENT@ @DOC@ m4 @pkgsrcdir@ \         @ISISD@ @PIMD@ @WATCHQUAGGA@ @VTYSH@ @OSPFCLIENT@ @DOC@ m4 @pkgsrcdir@ \
         redhat @SOLARIS@         redhat @SOLARIS@ tests
   
 DIST_SUBDIRS = lib zebra bgpd ripd ripngd ospfd ospf6d \  DIST_SUBDIRS = lib zebra bgpd ripd ripngd ospfd ospf6d \
           isisd watchquagga vtysh ospfclient doc m4 pkgsrc redhat tests \            isisd watchquagga vtysh ospfclient doc m4 pkgsrc redhat tests \
          solaris          solaris pimd
   
 EXTRA_DIST = aclocal.m4 SERVICES TODO REPORTING-BUGS INSTALL.quagga.txt \  EXTRA_DIST = aclocal.m4 SERVICES TODO REPORTING-BUGS INSTALL.quagga.txt \
         update-autotools \          update-autotools \
         vtysh/Makefile.in vtysh/Makefile.am \          vtysh/Makefile.in vtysh/Makefile.am \
        tools/mrlg.cgi tools/rrcheck.pl tools/rrlookup.pl tools/zc.pl \        tools/rrcheck.pl tools/rrlookup.pl tools/zc.pl \
        tools/zebra.el tools/multiple-bgpd.sh        tools/zebra.el tools/multiple-bgpd.sh \
         fpm/fpm.h
 
 if HAVE_LATEX
 
 HACKING.pdf: HACKING.tex
         $(LATEXMK) -pdf $<
 
 clean-local:
         -$(LATEXMK) -C HACKING.tex
 
 endif
   
 ACLOCAL_AMFLAGS = -I m4  ACLOCAL_AMFLAGS = -I m4

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


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