Backed out changesets aed22a2d8353 and c61fe8e1f887 (bug 908006) for OSX reftest...
[gecko.git] / docshell / base / Makefile.in
blobe8fc84cff76564a05b2fc345441164074c1e5dd0
2 # This Source Code Form is subject to the terms of the Mozilla Public
3 # License, v. 2.0. If a copy of the MPL was not distributed with this
4 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
6 DEPTH = @DEPTH@
7 topsrcdir = @top_srcdir@
8 srcdir = @srcdir@
9 VPATH = @srcdir@
11 include $(DEPTH)/config/autoconf.mk
13 LIBRARY_NAME = basedocshell_s
14 ifdef MOZ_TOOLKIT_SEARCH
15 DEFINES += -DMOZ_TOOLKIT_SEARCH
16 endif
18 include $(topsrcdir)/config/rules.mk
19 include $(topsrcdir)/ipc/chromium/chromium-config.mk
21 LOCAL_INCLUDES += \
22 -I$(srcdir)/../shistory/src \
23 -I$(topsrcdir)/dom/base \
24 -I$(topsrcdir)/layout/base \
25 -I$(topsrcdir)/xpcom/ds \
26 -I$(topsrcdir)/layout/generic \
27 -I$(topsrcdir)/layout/xul/base/src \
28 -I$(topsrcdir)/content/base/src \
29 -I$(topsrcdir)/netwerk/protocol/viewsource \
30 $(NULL)