mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1019117 - Remove ssltunnel from NO_PKG_FILES conditional on having no manifest r=glandium
This commit is contained in:
parent
9bd9a0264e
commit
c8f763ad7a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user