Bug 1019117 - Remove ssltunnel from NO_PKG_FILES conditional on having no manifest r=glandium

This commit is contained in:
Martin Thomson 2014-07-03 10:46:00 +02:00
parent 9bd9a0264e
commit c8f763ad7a

View File

@ -612,7 +612,6 @@ NO_PKG_FILES += \
res/samples \
res/throbber \
shlibsign* \
ssltunnel* \
certutil* \
pk12util* \
BadCertServer* \
@ -629,6 +628,13 @@ NO_PKG_FILES += \
*.dSYM \
$(NULL)
# If a manifest has not been supplied, the following
# files should be excluded from the package too
ifndef MOZ_PKG_MANIFEST
NO_PKG_FILES += \
ssltunnel*
endif
# browser/locales/Makefile uses this makefile for its variable defs, but
# doesn't want the libs:: rule.
ifndef PACKAGER_NO_LIBS