bug 772897 - implement addon manager ui for click-to-play plugins r=unfocused
[gecko.git] / ipc / Makefile.in
blobc385757a4924dc8174e1df8d63f70a01daf99988
1 # This Source Code Form is subject to the terms of the Mozilla Public
2 # License, v. 2.0. If a copy of the MPL was not distributed with this
3 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
5 DEPTH = @DEPTH@
6 topsrcdir = @top_srcdir@
7 srcdir = @srcdir@
8 VPATH = @srcdir@
10 include $(DEPTH)/config/autoconf.mk
12 DIRS += chromium glue ipdl testshell
14 ifdef MOZ_B2G_RIL #{
15 DIRS += ril
16 endif #}
18 ifdef MOZ_B2G_BT #{
19 DIRS += dbus
20 endif #}
22 ifeq (gonk,$(MOZ_WIDGET_TOOLKIT))
23 DIRS += netd unixsocket
24 endif
26 ifeq ($(OS_ARCH),Linux)
27 DIRS += unixsocket
28 endif
30 TOOL_DIRS = app
32 include $(topsrcdir)/config/rules.mk