bug 493648 - build errors due to mozce_shunt.h is in dist/include (caused by bug 488175) r=bsmedberg, blassey
This commit is contained in:
Родитель
667a635e93
Коммит
4a0f170ca6
|
@ -53,7 +53,9 @@ LIBRARY_NAME = mozce_shunt
|
|||
FORCE_SHARED_LIB= 1
|
||||
DIST_INSTALL = 1
|
||||
|
||||
EXPORTS = include/windows.h \
|
||||
EXPORTS_NAMESPACES = mozce_shunt
|
||||
EXPORTS_mozce_shunt = \
|
||||
include/windows.h \
|
||||
include/ymath.h \
|
||||
include/stdlib.h \
|
||||
include/direct.h \
|
||||
|
@ -72,7 +74,7 @@ ifdef MOZ_MEMORY
|
|||
REQUIRES = jemalloc
|
||||
CFLAGS += -DMOZ_MEMORY
|
||||
CXXFLAGS += -DMOZ_MEMORY
|
||||
EXPORTS += $(topsrcdir)/memory/jemalloc/jemalloc.h
|
||||
EXPORTS_mozce_shunt += $(topsrcdir)/memory/jemalloc/jemalloc.h
|
||||
|
||||
# We have to include the obj file directly, because we want to export
|
||||
# some of its symbols through our def file
|
||||
|
|
Загрузка…
Ссылка в новой задаче