Bug 817433 - Accept missing Mid for RTCIceCandidate. r=jesup
[gecko.git] / embedding / Makefile.in
blobe4fdcd1d4dbc3a2b0563a51c2f3f54c53dac8451
1 #
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@
10 relativesrcdir = @relativesrcdir@
12 include $(DEPTH)/config/autoconf.mk
14 MODULE = embed
16 DIRS = base components browser
18 TEST_DIRS += test
19 ifdef ENABLE_TESTS
20 XPCSHELL_TESTS = tests/unit
21 endif
23 ifeq ($(MOZ_WIDGET_TOOLKIT),android)
24 ifneq (,$(filter mobile/xul b2g,$(MOZ_BUILD_APP)))
25 DIRS += android
26 endif
27 endif
29 include $(topsrcdir)/config/rules.mk