Bug 1233282 - Move mozilla-config.h's export to moz.build. r=gps

This commit is contained in:
Mike Hommey 2015-12-17 14:06:32 +09:00
parent 16a80e289f
commit 66f540f0c1
2 changed files with 3 additions and 9 deletions

View File

@ -30,15 +30,6 @@ INSTALL_TARGETS += NSINSTALL
endif
endif
ifndef JS_STANDALONE
HEADERS_FILES = \
$(DEPTH)/mozilla-config.h \
$(NULL)
HEADERS_DEST := $(DIST)/include
HEADERS_TARGET := export
INSTALL_TARGETS += HEADERS
endif
include $(topsrcdir)/config/rules.mk
ifndef JS_STANDALONE

View File

@ -28,6 +28,9 @@ if not CONFIG['JS_STANDALONE']:
CONFIGURE_DEFINE_FILES += [
'mozilla-config.h',
]
EXPORTS += [
'!mozilla-config.h',
]
DIRS += [
'build',