Bug 1252094 - Export necko-config.h from moz.build; r=ted

This commit is contained in:
Ms2ger 2016-03-01 09:17:29 +01:00
parent 24b9e4518d
commit 15514f21e7
2 changed files with 1 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 += neckoconfig
neckoconfig_FILES := necko-config.h
neckoconfig_DEST = $(DIST)/include
neckoconfig_TARGET := export

View File

@ -34,3 +34,4 @@ DIRS += ['build']
TEST_DIRS += ['test']
CONFIGURE_DEFINE_FILES += ['necko-config.h']
EXPORTS += ['!necko-config.h']