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
Родитель dc1355e42f
Коммит d2b231a4b9
2 изменённых файлов: 3 добавлений и 9 удалений

Просмотреть файл

@ -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

Просмотреть файл

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