diff options
| author | Donald Sharp <sharpd@cumulusnetwroks.com> | 2016-06-13 19:10:17 -0400 | 
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2016-06-14 08:15:48 -0400 | 
| commit | 1018422a57bc9b6dac0e0e3c57a9195fea889854 (patch) | |
| tree | fa521cd88b40e439963798bc5009240f7af1eae6 /Makefile.am | |
| parent | d84fd25b7f7a59adf16947a02b3cb9d9b319aec4 (diff) | |
quagga: Modify code to build properly in tools and cumulus
The tools and cumulus directories were not properly
being included for the 'make dist' step to allow
for proper distribution of code.
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 4822cd5a7e..1a39844cb1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,11 +2,11 @@  SUBDIRS = lib @ZEBRA@ @BGPD@ @RIPD@ @RIPNGD@ @OSPFD@ @OSPF6D@ \           @ISISD@ @PIMD@ @WATCHQUAGGA@ @VTYSH@ @OSPFCLIENT@ @DOC@ m4 @pkgsrcdir@ \ -         redhat @SOLARIS@ tests +         redhat @SOLARIS@ tests tools cumulus  DIST_SUBDIRS = lib zebra bgpd ripd ripngd ospfd ospf6d \  	  isisd watchquagga vtysh ospfclient doc m4 pkgsrc redhat tests \ -	  solaris pimd +	  solaris pimd tools cumulus  EXTRA_DIST = aclocal.m4 SERVICES TODO REPORTING-BUGS INSTALL.quagga.txt \  	update-autotools \  | 
