From 94811696fecebd2a6b956f9f13516d55046f5844 Mon Sep 17 00:00:00 2001
From: Michael Hanselmann <hansmi@google.com>
Date: Mon, 10 Dec 2012 16:40:38 +0100
Subject: [PATCH] Make htools/Ganeti/Constants.hs depend on errors.py
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

It also uses values from β€œlib/errors.py”.

Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Iustin Pop <iustin@google.com>
---
 Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index 6c2275bd9..08f1e5b71 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1219,7 +1219,7 @@ htools/Ganeti/Version.hs: htools/Ganeti/Version.hs.in \
 	sed -e "s/%ver%/$$VCSVER/" < $< > $@
 
 htools/Ganeti/Constants.hs: htools/Ganeti/Constants.hs.in \
-	lib/constants.py lib/_autoconf.py lib/luxi.py \
+	lib/constants.py lib/_autoconf.py lib/luxi.py lib/errors.py \
 	$(CONVERT_CONSTANTS) $(built_base_sources) \
 	| lib/_vcsversion.py
 	set -e; \
-- 
GitLab