From 8b084a1a391cd573c65666a7b6ca4ea92147e387 Mon Sep 17 00:00:00 2001
From: Iustin Pop <iustin@google.com>
Date: Mon, 18 Feb 2008 10:42:50 +0000
Subject: [PATCH] Include the DRBD upgrade tool in the dist archive

This patch adds the DRBD upgrade tool in the archive and in the
installed tools dir, and its associated README in the doc_DATA target.

Reviewed-by: ultrotter
---
 tools/Makefile.am | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tools/Makefile.am b/tools/Makefile.am
index 4dd67cb36..99d618570 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -1,2 +1,3 @@
 toolsdir = $(pkglibdir)/tools
-dist_tools_SCRIPTS = lvmstrap burnin cfgshell cfgupgrade
+dist_tools_SCRIPTS = lvmstrap burnin cfgshell cfgupgrade drbd8-upgrade
+dist_doc_DATA = README.drbd8-upgrade
-- 
GitLab