diff options
author | Paul Jakma <paul@quagga.net> | 2015-05-11 15:13:31 +0100 |
---|---|---|
committer | Paul Jakma <paul@quagga.net> | 2015-05-15 16:41:57 +0100 |
commit | 336724d628be71022f80cfe3dfb34274ad95ec14 (patch) | |
tree | aa6b11c1c89d5f84d57f3baf3a8df7fa086d852c /Makefile.am | |
parent | 219cdc95d93eda93240d472814ef4aa8bd36b039 (diff) | |
download | quagga-336724d628be71022f80cfe3dfb34274ad95ec14.tar.bz2 quagga-336724d628be71022f80cfe3dfb34274ad95ec14.tar.xz |
babeld: Remove babeld from Quagga
This commit removes babeld from Quagga because the Quagga project is unable
to meet the wishes of the babeld authors.
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 405142f8..d2efb20e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,10 +1,10 @@ ## Process this file with automake to produce Makefile.in. -SUBDIRS = lib @ZEBRA@ @BGPD@ @RIPD@ @RIPNGD@ @OSPFD@ @OSPF6D@ @BABELD@ \ +SUBDIRS = lib @ZEBRA@ @BGPD@ @RIPD@ @RIPNGD@ @OSPFD@ @OSPF6D@ \ @ISISD@ @PIMD@ @WATCHQUAGGA@ @VTYSH@ @OSPFCLIENT@ @DOC@ m4 @pkgsrcdir@ \ redhat @SOLARIS@ tests -DIST_SUBDIRS = lib zebra bgpd ripd ripngd ospfd ospf6d babeld \ +DIST_SUBDIRS = lib zebra bgpd ripd ripngd ospfd ospf6d \ isisd watchquagga vtysh ospfclient doc m4 pkgsrc redhat tests \ solaris pimd |