Skip to content

Commit

Permalink
quagga: Modify code to build properly in tools and cumulus
Browse files Browse the repository at this point in the history
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>

Conflicts:
	Makefile.am
  • Loading branch information
Donald Sharp authored and donaldsharp committed Jun 15, 2016
1 parent 29366ff commit 9d92810
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

SUBDIRS = lib @ZEBRA@ @BGPD@ @RIPD@ @RIPNGD@ @OSPFD@ @OSPF6D@ \
@ISISD@ @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
solaris tools cumulus

EXTRA_DIST = aclocal.m4 SERVICES TODO REPORTING-BUGS INSTALL.quagga.txt \
update-autotools \
Expand Down
2 changes: 2 additions & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -1750,6 +1750,8 @@ AC_CONFIG_FILES([Makefile lib/Makefile zebra/Makefile ripd/Makefile
tests/bgpd.tests/Makefile
tests/libzebra.tests/Makefile
redhat/Makefile
tools/Makefile
cumulus/Makefile
pkgsrc/Makefile
redhat/quagga.spec
lib/version.h
Expand Down
4 changes: 4 additions & 0 deletions tools/Makefile.am
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
sbin_SCRIPTS = quagga-reload.py quagga

EXTRA_DIST = quagga.service quagga-reload.py quagga

0 comments on commit 9d92810

Please sign in to comment.