From e7a20b04deb393a87003ac32eef3a9146a782587 Mon Sep 17 00:00:00 2001 From: Shyotl Date: Sat, 28 Jan 2012 21:37:19 -0600 Subject: [PATCH] El crappo. Failed to include this file in earlier commit. --- indra/lib/python/indra/util/llmanifest.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/indra/lib/python/indra/util/llmanifest.py b/indra/lib/python/indra/util/llmanifest.py index 492fd3700..3e5e39efa 100644 --- a/indra/lib/python/indra/util/llmanifest.py +++ b/indra/lib/python/indra/util/llmanifest.py @@ -168,7 +168,10 @@ ARGUMENTS=[ dict(name='version', description="""This specifies the version of Second Life that is being packaged up.""", - default=get_default_version) + default=get_default_version), + dict(name='extra_libraries', + description="""List of extra libraries to include in package""", + default=None) ] def usage(srctree=""):