diff options
author | Everton Marques <everton.marques@gmail.com> | 2009-08-11 15:43:05 -0300 |
---|---|---|
committer | Everton Marques <everton.marques@gmail.com> | 2009-10-02 10:44:30 -0300 |
commit | f1bad8260c8c9942057c569b2a1a687a92b54862 (patch) | |
tree | 64882cf02ab97e573fe7f174bb0e48f99aa2543f /Makefile.am | |
parent | 827341b797f602f4cd7932a777f819b530521b05 (diff) | |
download | quagga-f1bad8260c8c9942057c569b2a1a687a92b54862.tar.bz2 quagga-f1bad8260c8c9942057c569b2a1a687a92b54862.tar.xz |
[pim] Initial pim 0.155
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 007758f2..6e9172c4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,11 +2,11 @@ SUBDIRS = lib @ZEBRA@ @BGPD@ @RIPD@ @RIPNGD@ @OSPFD@ @OSPF6D@ \ @ISISD@ @WATCHQUAGGA@ @VTYSH@ @OSPFCLIENT@ @DOC@ m4 @pkgsrcdir@ \ - redhat @SOLARIS@ + redhat @SOLARIS@ @PIMD@ DIST_SUBDIRS = lib zebra bgpd ripd ripngd ospfd ospf6d \ isisd watchquagga vtysh ospfclient doc m4 pkgsrc redhat tests \ - solaris + solaris pimd EXTRA_DIST = aclocal.m4 SERVICES TODO REPORTING-BUGS INSTALL.quagga.txt \ update-autotools \ |