fixing xulrunner linux bustage

This commit is contained in:
darin%meer.net 2005-03-18 23:08:20 +00:00
Родитель 4965c3640b
Коммит f1f68ab25f
1 изменённых файлов: 5 добавлений и 0 удалений

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

@ -131,6 +131,7 @@ SHARED_LIBRARY_LIBS += $(DIST)/lib/$(LIB_PREFIX)appleevents_s.$(LIB_SUFFIX)
endif
ifneq (,$(filter-out OS2 WINNT,$(OS_ARCH)))
ifndef MOZ_ENABLE_LIBXUL
STACKWALK_SRC_LCSRCS = \
nsStackFrameUnix.cpp \
nsStackFrameUnix.h \
@ -138,6 +139,7 @@ STACKWALK_SRC_LCSRCS = \
STACKWALK_CPPSRCS := $(addprefix $(topsrcdir)/xpcom/base/, $(STACKWALK_SRC_LCSRCS))
CPPSRCS += nsStackFrameUnix.cpp
endif
SHAREDCPPSRCS += nsSigHandlers.cpp
endif
@ -145,9 +147,12 @@ GARBAGE += $(SHAREDSRCS) $(wildcard *.$(OBJ_SUFFIX))
ifeq ($(OS_ARCH),WINNT)
GARBAGE += $(addprefix $(srcdir)/,$(SHAREDSRCS))
endif
ifneq (,$(filter-out OS2 WINNT,$(OS_ARCH)))
ifndef MOZ_ENABLE_LIBXUL
GARBAGE += $(STACKWALK_SRC_LCSRCS)
endif
endif
SHARED_LIBRARY_LIBS += ../profile/src/$(LIB_PREFIX)profile_s.$(LIB_SUFFIX)