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

This commit is contained in:
Martin Thomson 2014-07-02 13:45:00 +02:00
Родитель e95c699c8f
Коммит 90c772c9f0
1 изменённых файлов: 7 добавлений и 1 удалений

Просмотреть файл

@ -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