fixing build bustage

This commit is contained in:
dougt%netscape.com 2001-12-19 00:59:25 +00:00
parent 1e5daacbd5
commit ba4a1e2256
3 changed files with 10 additions and 0 deletions

View File

@ -36,6 +36,7 @@ REQUIRES = libreg \
CPPSRCS = \
nsCategoryManager.cpp \
nsComponentManager.cpp \
nsComponentManagerObsolete.cpp \
nsGenericFactory.cpp \
nsNativeComponentLoader.cpp \
nsRegistry.cpp \
@ -51,12 +52,14 @@ endif
EXPORTS = \
nsComponentManagerUtils.h \
nsComponentManagerObsolete.h \
nsIGenericFactory.h \
nsIRegistryUtils.h \
nsIServiceManagerUtils.h \
nsIServiceManagerObsolete.h \
nsXPComFactory.h \
nsStaticComponent.h \
nsObsoleteModuleLoading.h \
$(NULL)
XPIDLSRCS = \
@ -65,6 +68,7 @@ XPIDLSRCS = \
nsIClassInfo.idl \
nsIComponentLoader.idl \
nsIComponentManager.idl \
nsIComponentManagerObsolete.idl \
nsIFactory.idl \
nsIModule.idl \
nsIRegistry.idl \

View File

@ -28,6 +28,9 @@
#include "nsCOMPtr.h"
#endif
#ifndef nsComponentManagerObsolete_h___
#include "nsComponentManagerObsolete.h"
#endif
#define NS_COMPONENTMANAGER_CID \
{ /* 91775d60-d5dc-11d2-92fb-00e09805570f */ \

View File

@ -28,6 +28,9 @@
#include "nsCOMPtr.h"
#endif
#ifndef nsComponentManagerObsolete_h___
#include "nsComponentManagerObsolete.h"
#endif
#define NS_COMPONENTMANAGER_CID \
{ /* 91775d60-d5dc-11d2-92fb-00e09805570f */ \