Fix static build bustage from bug 223084 - r=bryner Sorry about that!

This commit is contained in:
bsmedberg%covad.net 2003-10-31 20:50:22 +00:00
Родитель d81619b4fa
Коммит 2923bed5da
2 изменённых файлов: 2 добавлений и 3 удалений

Просмотреть файл

@ -78,7 +78,7 @@ SDK_XPIDLSRCS = \
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))
LOCAL_INCLUDES = -I$(srcdir)/../base -I$(srcdir)/../thread -I$(srcdir)/../ds
LOCAL_INCLUDES = -I$(srcdir)/../base -I$(srcdir)/../thread -I$(srcdir)/../ds -I..
# we don't want the shared lib, but we want to force the creation of a static lib.
FORCE_STATIC_LIB = 1
@ -88,5 +88,3 @@ FORCE_USE_PIC = 1
include $(topsrcdir)/config/rules.mk
DEFINES += -D_IMPL_NS_COM -DEXPORT_XPTI_API

Просмотреть файл

@ -41,6 +41,7 @@
#include "nsXPCOM.h"
#include "nsIComponentLoader.h"
#include "xpcom-private.h"
#include "nsNativeComponentLoader.h"
#include "nsIComponentManager.h"
#include "nsIComponentRegistrar.h"