From bd8a8021bdbca4e394c02d220a651bb5142c3940 Mon Sep 17 00:00:00 2001 From: Clark Williams Date: Mon, 23 Aug 2010 14:59:44 -0500 Subject: added util.py module to PYSRC variable in Makefile Signed-off-by: Clark Williams --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index da26cc3..47cf3e7 100644 --- a/Makefile +++ b/Makefile @@ -13,6 +13,7 @@ PYSRC := rteval/rteval.py \ rteval/rtevalclient.py \ rteval/rtevalConfig.py \ rteval/rtevalMailer.py \ + rteval/util.py \ rteval/xmlout.py XSLSRC := rteval/rteval_dmi.xsl \ -- cgit