Bug 743560 - Include xpcshell and run-mozilla.sh in the SDK package but not the binary package, r=Mossop

--HG--
extra : rebase_source : b2a40dbd3c7074e884a4d1597b51bf3173502a7f
This commit is contained in:
Benjamin Smedberg 2012-04-13 13:27:24 -04:00
parent e4e9885e88
commit 48c622e11c

View File

@ -48,9 +48,15 @@ NO_PKG_FILES = \
xulrunner-config \
regchrome* \
regxpcom* \
$(NULL)
# We want xpcshell and run-mozilla in the SDK but not in the binary package.
ifndef STAGE_SDK
NO_PKG_FILES += \
xpcshell* \
run-mozilla* \
$(NULL)
endif
# If we're on mac, we don't want an end-user-facing DMG, we want a .tar.bz2
# which developers then use to package their application.