From b4cb4dc46bb4012dbc0f114640f016edb38b2af5 Mon Sep 17 00:00:00 2001 From: "seawood%netscape.com" Date: Sat, 29 Sep 2001 23:03:39 +0000 Subject: [PATCH] Split xpcom into separate xpcomglue library starting with nsCOMPtr.* Bug #99698 sr=alecf --- xpcom/Makefile.in | 2 +- xpcom/base/Makefile.in | 2 -- xpcom/glue/Makefile.in | 2 +- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/xpcom/Makefile.in b/xpcom/Makefile.in index b4e7ab57fef..480b1c88976 100644 --- a/xpcom/Makefile.in +++ b/xpcom/Makefile.in @@ -26,7 +26,7 @@ VPATH = @srcdir@ include $(DEPTH)/config/autoconf.mk -DIRS = typelib base ds io components threads reflect proxy build tools +DIRS = typelib glue base ds io components threads reflect proxy build tools ifdef ENABLE_TESTS DIRS += \ diff --git a/xpcom/base/Makefile.in b/xpcom/base/Makefile.in index 43af49885bf..c648cbc1702 100644 --- a/xpcom/base/Makefile.in +++ b/xpcom/base/Makefile.in @@ -41,7 +41,6 @@ CPPSRCS = \ nsDebug.cpp \ nsIInterfaceRequestor.cpp \ nsTraceRefcnt.cpp \ - nsCOMPtr.cpp \ nsID.cpp \ nsCWeakReference.cpp \ nsWeakReference.cpp \ @@ -60,7 +59,6 @@ EXPORTS = \ nsAgg.h \ nsIAllocator.h \ nsMemory.h \ - nsCOMPtr.h \ nsCom.h \ nsComObsolete.h \ nsCWeakReference.h \ diff --git a/xpcom/glue/Makefile.in b/xpcom/glue/Makefile.in index ee3b04acf61..92e27cde9cf 100644 --- a/xpcom/glue/Makefile.in +++ b/xpcom/glue/Makefile.in @@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk MODULE = xpcom XPIDL_MODULE = xpcom_glue -LIBRARY_NAME = xpcomglue_s +LIBRARY_NAME = xpcomglue REQUIRES = string