summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClark Williams <williams@redhat.com>2010-08-23 14:59:44 -0500
committerClark Williams <williams@redhat.com>2010-08-23 14:59:44 -0500
commitbd8a8021bdbca4e394c02d220a651bb5142c3940 (patch)
tree863acfa8b159da519435f9a598727be7248a86e4
parent3baf352def895250481b6000c910589e9fd15931 (diff)
downloadrteval-bd8a8021bdbca4e394c02d220a651bb5142c3940.tar.gz
rteval-bd8a8021bdbca4e394c02d220a651bb5142c3940.tar.xz
rteval-bd8a8021bdbca4e394c02d220a651bb5142c3940.zip
added util.py module to PYSRC variable in Makefile
Signed-off-by: Clark Williams <williams@redhat.com>
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
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 \