From: Mike Hommey Date: Mon, 16 Dec 2013 10:53:58 +0900 Subject: Add debian/extra-stuff to upstream build system directory traversal --- moz.build | 3 +++ 1 file changed, 3 insertions(+) diff --git a/moz.build b/moz.build index a931749..adcaaf0 100644 --- a/moz.build +++ b/moz.build @@ -231,4 +231,7 @@ SPHINX_TREES["content-security"] = "docs/content-security" SPHINX_TREES["jsloader"] = "docs/jsloader" +if not CONFIG["LIBXUL_SDK"]: + DIRS += ["debian/extra-stuff"] + include("build/templates.mozbuild")