From 21d14dbaa87100c36db084c1357b63dc211d1952 Mon Sep 17 00:00:00 2001 From: Hiroyuki Ikezoe Date: Tue, 19 May 2009 14:15:51 -0400 Subject: [PATCH] bug 493648 - build errors due to mozce_shunt.h is in dist/include (caused by bug 488175) r=bsmedberg, blassey --- build/wince/shunt/Makefile.in | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/build/wince/shunt/Makefile.in b/build/wince/shunt/Makefile.in index efa1739b1fd..ec2ffd9bba3 100644 --- a/build/wince/shunt/Makefile.in +++ b/build/wince/shunt/Makefile.in @@ -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