diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-05-04 18:20:29 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-05-04 18:20:29 +0200 |
commit | 56bdfe7d2a1fd61268a0406397b071b0cbeca3b7 (patch) | |
tree | 60656b958e3bf8b7e691749a22640aac2e18b1a9 /Makefile.am | |
parent | debian: Remove reference of cumulus directory (diff) | |
download | frr-56bdfe7d2a1fd61268a0406397b071b0cbeca3b7.tar.xz frr-56bdfe7d2a1fd61268a0406397b071b0cbeca3b7.zip |
*: Remove cumulus Directory
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
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 89e7ea890..f287038fd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,11 +4,11 @@ SUBDIRS = lib qpb fpm @ZEBRA@ @LIBRFP@ @RFPTEST@ \ @BGPD@ @RIPD@ @RIPNGD@ @OSPFD@ @OSPF6D@ @LDPD@ \ @ISISD@ @PIMD@ @NHRPD@ \ @WATCHFRR@ @VTYSH@ @OSPFCLIENT@ @DOC@ m4 @pkgsrcdir@ \ - redhat @SOLARIS@ tests tools cumulus snapcraft + redhat @SOLARIS@ tests tools snapcraft DIST_SUBDIRS = lib qpb fpm zebra bgpd ripd ripngd ospfd ospf6d ldpd \ isisd watchfrr vtysh ospfclient doc m4 pkgsrc redhat tests \ - solaris pimd nhrpd @LIBRFP@ @RFPTEST@ tools cumulus snapcraft + solaris pimd nhrpd @LIBRFP@ @RFPTEST@ tools snapcraft EXTRA_DIST = aclocal.m4 SERVICES REPORTING-BUGS \ update-autotools \ |