Skip to content

Commit

Permalink
Bug 935980 - Move Windows sandbox makefiles out of accessibility bloc…
Browse files Browse the repository at this point in the history
…k. r=glandium
  • Loading branch information
bbondy committed Nov 16, 2013
1 parent 7fee2b8 commit 5c7ac6e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions toolkit/library/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -40,18 +40,18 @@ SHARED_LIBRARY_LIBS += \
$(NULL)
endif

ifdef MOZ_XUL
SHARED_LIBRARY_LIBS += $(DEPTH)/accessible/src/xul/$(LIB_PREFIX)accessibility_xul_s.$(LIB_SUFFIX)
endif
endif

ifdef MOZ_CONTENT_SANDBOX
ifeq ($(OS_ARCH),WINNT)
LOCAL_INCLUDES += -I$(srcdir)/../sandboxbroker
SHARED_LIBRARY_LIBS += ../../security/sandbox/win/src/sandboxbroker/$(LIB_PREFIX)sandboxbroker.$(LIB_SUFFIX)
endif
endif

ifdef MOZ_XUL
SHARED_LIBRARY_LIBS += $(DEPTH)/accessible/src/xul/$(LIB_PREFIX)accessibility_xul_s.$(LIB_SUFFIX)
endif
endif

# XXX bug 903227 COMPONENT_LIBS is useless since bug 886526, but removing it
# reorders the static libraries which makes msvc use more memory to link
# xul.dll.
Expand Down

0 comments on commit 5c7ac6e

Please sign in to comment.