From 8d29d720aa7695ddebbc01904ac509ecfb1aeed1 Mon Sep 17 00:00:00 2001 From: "Gao,Yan" Date: Wed, 11 Dec 2013 20:23:47 +0800 Subject: [PATCH] Build: cts: Install cib_xml.py --- cts/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cts/Makefile.am b/cts/Makefile.am index 72d99ccf16b..399f18338da 100644 --- a/cts/Makefile.am +++ b/cts/Makefile.am @@ -34,7 +34,8 @@ ctslib_PYTHON = __init__.py \ CTSaudits.py \ CTStests.py \ CTSscenarios.py \ - CIB.py + CIB.py \ + cib_xml.py cts_DATA = README cts.supp