Bug 846687 - Set the transport as non-seekable if the server sends Accept-Ranges...
[gecko.git] / xpcom / Makefile.in
blobb0f27ca85b4d2cfb462912863f7d475718b82976
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 = xpcom
14 GRE_MODULE = 1
16 # xpcom-config.h is generated by configure
17 SDK_HEADERS = xpcom-config.h
19 include $(topsrcdir)/config/rules.mk