Bug 796038 - Default browser prompt shows even after setting defaults for Firefox...
[gecko.git] / editor / Makefile.in
blob11deecd68780bf81dcec8da7cf0c00b7929abe2d
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@
10 FAIL_ON_WARNINGS := 1
12 include $(DEPTH)/config/autoconf.mk
14 MODULE := editor
15 PARALLEL_DIRS := public idl txtsvc libeditor txmgr composer
17 include $(topsrcdir)/config/rules.mk