diff options
Diffstat (limited to 'mailnews/base/public/moz.build')
-rw-r--r-- | mailnews/base/public/moz.build | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mailnews/base/public/moz.build b/mailnews/base/public/moz.build index aaedcd2bb..e38c223e4 100644 --- a/mailnews/base/public/moz.build +++ b/mailnews/base/public/moz.build @@ -3,11 +3,13 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. +if CONFIG['MOZ_MAILNEWS_OAUTH2']: + XPIDL_SOURCES += ['msgIOAuth2Module.idl'] + XPIDL_SOURCES += [ 'MailNewsTypes2.idl', 'mozINewMailListener.idl', 'mozINewMailNotificationService.idl', - 'msgIOAuth2Module.idl', 'nsICopyMessageListener.idl', 'nsICopyMsgStreamListener.idl', 'nsIFolderListener.idl', |