From e35008b4f07ad6f4d14e8a7ff6adc674cf118696 Mon Sep 17 00:00:00 2001 From: "bsmedberg%covad.net" Date: Wed, 17 May 2006 02:38:57 +0000 Subject: [PATCH] Adding MOZILLA_INTERNAL_API to internal makefiles, bug 288626, rs=darin --- layout/inspector/src/Makefile.in | 2 ++ toolkit/system/Makefile.in | 1 + 2 files changed, 3 insertions(+) diff --git a/layout/inspector/src/Makefile.in b/layout/inspector/src/Makefile.in index 9e322736c9ce..4b832786397a 100644 --- a/layout/inspector/src/Makefile.in +++ b/layout/inspector/src/Makefile.in @@ -44,6 +44,8 @@ include $(DEPTH)/config/autoconf.mk MODULE=inspector LIBRARY_NAME=inspector_s +MOZILLA_INTERNAL_API = 1 + REQUIRES = xpcom \ string \ dom \ diff --git a/toolkit/system/Makefile.in b/toolkit/system/Makefile.in index 85adcd4ab425..55d03da5e645 100644 --- a/toolkit/system/Makefile.in +++ b/toolkit/system/Makefile.in @@ -43,6 +43,7 @@ VPATH = @srcdir@ include $(DEPTH)/config/autoconf.mk MODULE = mozgnome +MOZILLA_INTERNAL_API = 1 XPIDLSRCS = \ nsIGConfService.idl \