summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetwroks.com>2016-06-14 01:10:17 +0200
committerDonald Sharp <sharpd@cumulusnetworks.com>2016-06-15 13:36:41 +0200
commit9d92810cf1516568b0b5cef6077c9603c7636bfb (patch)
treeb9f663dee0b6717a73587f184fb4e3d1544eeb51 /tools
parenttools: Use the now included start-stop-daemon (diff)
downloadfrr-9d92810cf1516568b0b5cef6077c9603c7636bfb.tar.xz
frr-9d92810cf1516568b0b5cef6077c9603c7636bfb.zip
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> Conflicts: Makefile.am
Diffstat (limited to 'tools')
-rw-r--r--tools/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am
new file mode 100644
index 000000000..125bfee2c
--- /dev/null
+++ b/tools/Makefile.am
@@ -0,0 +1,4 @@
+sbin_SCRIPTS = quagga-reload.py quagga
+
+EXTRA_DIST = quagga.service quagga-reload.py quagga
+