Bug 1252095 - Export xpcom-config.h from moz.build; r=ted

This commit is contained in:
Ms2ger 2016-03-01 09:17:29 +01:00
parent 2660605aca
commit 6cf681892b
2 changed files with 4 additions and 8 deletions

View File

@ -1,8 +0,0 @@
# 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/.
INSTALL_TARGETS += xpcom
xpcom_FILES := xpcom-config.h
xpcom_DEST = $(DIST)/include
xpcom_TARGET := export

View File

@ -43,3 +43,7 @@ CONFIGURE_DEFINE_FILES += [
'xpcom-config.h',
'xpcom-private.h',
]
EXPORTS += [
'!xpcom-config.h',
]