firefox6-12-xpcom-glue-no-hidden.diff revision 20829
20829N/Adiff --git a/xpcom/build/Makefile.in b/xpcom/build/Makefile.in
20829N/Aindex 2ff9f82..481d720 100644
20829N/A--- a/xpcom/build/Makefile.in
20829N/A+++ b/xpcom/build/Makefile.in
20829N/A@@ -51,6 +51,7 @@
20829N/A SHORT_LIBNAME = xpcomcor
20829N/A LIBXUL_LIBRARY = 1
20829N/A EXPORT_LIBRARY = 1
20829N/A+VISIBILITY_FLAGS =
20829N/A
20829N/A GRE_MODULE = 1
20829N/A MOZILLA_INTERNAL_API = 1
20829N/Adiff --git a/xpcom/glue/Makefile.in b/xpcom/glue/Makefile.in
20829N/Aindex 116f8cd..6c4415c 100644
20829N/A--- a/xpcom/glue/Makefile.in
20829N/A+++ b/xpcom/glue/Makefile.in
20829N/A@@ -44,6 +44,7 @@ include $(DEPTH)/config/autoconf.mk
20829N/A include $(srcdir)/objs.mk
20829N/A
20829N/A EXTRA_DEPS += $(srcdir)/objs.mk
20829N/A+VISIBILITY_FLAGS =
20829N/A
20829N/A DIRS = standalone nomozalloc
20829N/A