mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-23 21:17:52 +00:00
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:
parent
8adb6b912d
commit
bb7a53e73f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user