2013-02-28 18:16:49 +04:00
|
|
|
# vim: set filetype=python:
|
2012-05-30 20:48:24 +04:00
|
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
# 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/.
|
2013-03-13 19:26:23 +04:00
|
|
|
|
|
|
|
XPIDL_SOURCES += [
|
2020-10-30 21:28:33 +03:00
|
|
|
"nsIMsgNewsFolder.idl",
|
|
|
|
"nsIMsgOfflineNewsState.idl",
|
|
|
|
"nsINewsDownloadDialogArgs.idl",
|
|
|
|
"nsINntpIncomingServer.idl",
|
|
|
|
"nsINNTPNewsgroupPost.idl",
|
|
|
|
"nsINntpService.idl",
|
|
|
|
"nsINntpUrl.idl",
|
2013-03-13 19:26:23 +04:00
|
|
|
]
|
|
|
|
|
2020-10-30 21:28:33 +03:00
|
|
|
XPIDL_MODULE = "msgnews"
|
2013-05-09 21:06:07 +04:00
|
|
|
|
2022-10-25 05:45:44 +03:00
|
|
|
EXPORTS += []
|