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:
Hiroyuki Ikezoe 2009-05-19 14:15:51 -04:00
parent ba0f386cbd
commit 21d14dbaa8

View File

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