diff --git a/wscript_build b/wscript_build index 1a31647fed2..3ab6918c117 100644 --- a/wscript_build +++ b/wscript_build @@ -297,7 +297,8 @@ def build_xml_api_description (): cp = [ _join(relationship,x) for x in task.generator.env.CLASSPATH.split(pathsep) ] jarnames = ['utils','server','core', 'api'] - props = "client/tomcatconf/commands.properties.in" + props = ["client/tomcatconf/commands.properties.in"] + if buildpremium: props.append("cloudstack-proprietary/premium/tomcatconf/commands-ext.properties.in") sources = [] for i in jarnames: