Bug 777574 - Skip quickCheckAPI-B2.html on Linux. r=bjacob, a=test-only
[gecko.git] / uriloader / exthandler / Makefile.in
blob68abd45e2e2a3accadc0fdfb8e1f9ee06560060e
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 LOCAL_INCLUDES = -I$(srcdir)
8 LOCAL_INCLUDES += -I$(topsrcdir)/dom/base \
9 -I$(topsrcdir)/dom/ipc \
10 -I$(topsrcdir)/content/base/src \
11 -I$(topsrcdir)/content/events/src \
12 -I$(topsrcdir)/netwerk/base/src \
13 -I$(topsrcdir)/netwerk/protocol/http
15 ifeq ($(MOZ_WIDGET_TOOLKIT),windows)
16 LOCAL_INCLUDES += -I$(srcdir)/win
17 endif
19 ifdef MOZ_ENABLE_DBUS
20 LOCAL_INCLUDES += $(TK_CFLAGS) $(MOZ_DBUS_CFLAGS)
21 endif
23 include $(topsrcdir)/config/rules.mk
25 ifneq (,$(filter qt gtk2 gtk3, $(MOZ_WIDGET_TOOLKIT)))
26 CXXFLAGS += $(TK_CFLAGS) $(MOZ_DBUS_GLIB_CFLAGS)
27 endif