bug 758595: don't include CodeResources file in builds that aren't getting signed. r=ted

This commit is contained in:
Ben Hearsum 2012-06-11 11:10:32 -04:00
parent 7ff417be87
commit e7afcda3d0
2 changed files with 10 additions and 0 deletions

View File

@ -24,8 +24,10 @@
@APPNAME@/Contents/Info.plist
@APPNAME@/Contents/PkgInfo
@APPNAME@/Contents/Resources/
#ifdef MOZ_SIGNING
@APPNAME@/Contents/_CodeSignature/CodeResources
#endif
#endif
[@AB_CD@]
@BINPATH@/chrome/@AB_CD@@JAREXT@

View File

@ -6417,6 +6417,14 @@ AC_CHECK_PROGS(WGET, wget, "")
AC_MSG_RESULT([$WGET])
AC_SUBST(WGET)
dnl ========================================================
dnl Signing
dnl ========================================================
if test -n "$MOZ_SIGN_CMD"; then
AC_DEFINE(MOZ_SIGNING)
fi
dnl ========================================================
dnl Maintenance Service
dnl ========================================================