Bug 891986 - Keep the source ArrayBuffer to a decodeAudioData call alive until the...
[gecko.git] / dom / file / Makefile.in
blob2e7f112a29b7ece032471c715bd48e278384626e
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 file,
3 # 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 LIBRARY_NAME = domfile_s
13 LIBXUL_LIBRARY = 1
14 FAIL_ON_WARNINGS := 1
16 include $(topsrcdir)/dom/dom-config.mk
18 include $(topsrcdir)/config/rules.mk