Bug 948389 - Replace mozilla-banner.gif with a plain blue image in 405577-1.html...
[gecko.git] / hal / Makefile.in
blobb84134350e9e1c20e467302bfef7857379cae817
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 ifdef MOZ_GAMEPAD
7 LOCAL_INCLUDES = -I$(topsrcdir)/dom/base
8 endif
10 include $(topsrcdir)/config/rules.mk
12 CFLAGS += $(GLIB_CFLAGS) $(MOZ_DBUS_GLIB_CFLAGS)
13 CXXFLAGS += $(GLIB_CFLAGS) $(MOZ_DBUS_GLIB_CFLAGS)
15 ifeq (gonk,$(MOZ_WIDGET_TOOLKIT))
16 # So that we can call nsScreenManagerGonk::GetConfiguration().
17 LOCAL_INCLUDES += -I$(topsrcdir)/widget/gonk
18 LOCAL_INCLUDES += -I$(topsrcdir)/widget/xpwidgets
19 LOCAL_INCLUDES += -I$(ANDROID_SOURCE)/hardware/libhardware_legacy/include
20 endif