From 8bdb888f26f8315316e1b4554c46293b0d06b532 Mon Sep 17 00:00:00 2001 From: "mark%moxienet.com" Date: Fri, 10 Feb 2006 20:23:22 +0000 Subject: [PATCH] 326710 Non-win32 debug builds broken since bug 325229. r=bsmedberg --- xpcom/reflect/xptcall/src/md/os2/Makefile.in | 1 + xpcom/reflect/xptcall/src/md/unix/Makefile.in | 1 + 2 files changed, 2 insertions(+) diff --git a/xpcom/reflect/xptcall/src/md/os2/Makefile.in b/xpcom/reflect/xptcall/src/md/os2/Makefile.in index 69934de18b4f..5b516df7539d 100644 --- a/xpcom/reflect/xptcall/src/md/os2/Makefile.in +++ b/xpcom/reflect/xptcall/src/md/os2/Makefile.in @@ -44,6 +44,7 @@ include $(DEPTH)/config/autoconf.mk MODULE = xpcom LIBRARY_NAME = xptcmd +MOZILLA_INTERNAL_API = 1 ifdef GNU_CXX CPPSRCS = \ diff --git a/xpcom/reflect/xptcall/src/md/unix/Makefile.in b/xpcom/reflect/xptcall/src/md/unix/Makefile.in index 59cb32b57fa9..11169577a492 100644 --- a/xpcom/reflect/xptcall/src/md/unix/Makefile.in +++ b/xpcom/reflect/xptcall/src/md/unix/Makefile.in @@ -44,6 +44,7 @@ include $(DEPTH)/config/autoconf.mk MODULE = xpcom LIBRARY_NAME = xptcmd +MOZILLA_INTERNAL_API = 1 # # The default is this buildable, but non-functioning code.