Bug 844951 - Setting playbackRate and mozPreservesPitch before the decoder creation...
[gecko.git] / content / Makefile.in
blob5b70170bb9ce4eaf3ce6cc09d0a61e09cb264bc1
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 MODULE = content
14 PARALLEL_DIRS = base canvas events html mathml/content/src smil svg xml xul xbl xslt
16 ifdef MOZ_MEDIA
17 PARALLEL_DIRS += media
18 endif
20 ifdef ENABLE_TESTS
21 TOOL_DIRS += test
22 endif
24 include $(topsrcdir)/config/rules.mk