Bug 567077 - Fix an assertion failure when the decoder is cloned. r=cpearce
[gecko.git] / rdf / Makefile.in
blobdd100711684edf4004f646b49ee5c5a5a754c9e6
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 = rdf
14 DIRS = base util datasource build
16 ifdef ENABLE_TESTS
17 TOOL_DIRS += tests
18 endif
20 include $(topsrcdir)/config/rules.mk