From 3c31766ec06f729915b632ecc06894417a7e7444 Mon Sep 17 00:00:00 2001 From: "dougt%netscape.com" Date: Mon, 9 Sep 2002 21:35:25 +0000 Subject: [PATCH] Moves nsIComponentRegistrar into the SDK. r=darin, sr=alecf, a=asa, b=167577 --- xpcom/components/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xpcom/components/Makefile.in b/xpcom/components/Makefile.in index 8b8e6ac0ceca..15c2b1ed0620 100644 --- a/xpcom/components/Makefile.in +++ b/xpcom/components/Makefile.in @@ -67,12 +67,12 @@ XPIDLSRCS = \ nsIComponentLoader.idl \ nsIComponentLoaderManager.idl \ nsIComponentManagerObsolete.idl \ - nsIComponentRegistrar.idl \ nsIRegistry.idl \ $(NULL) SDK_XPIDLSRCS = \ nsIClassInfo.idl \ + nsIComponentRegistrar.idl \ nsIFactory.idl \ nsIModule.idl \ nsIServiceManager.idl \