diff --git a/toolkit/mozapps/installer/packager.mk b/toolkit/mozapps/installer/packager.mk index ba1cb54dbb5..8af082a63cd 100644 --- a/toolkit/mozapps/installer/packager.mk +++ b/toolkit/mozapps/installer/packager.mk @@ -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