Bug 796834 - B2G RIL: Setup data call returns fail during radio power changed. r...
[gecko.git] / xpcom / string / Makefile.in
blobaa6350db5104a88fc1f8325d5fb4b6f52b5d57b2
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@
11 include $(DEPTH)/config/autoconf.mk
13 MODULE = string
14 DIRS = public src
16 #ifdef ENABLE_TESTS
17 #DIRS += \
18 # tests
19 #endif
21 include $(topsrcdir)/config/rules.mk