https://github.com/mozilla/gecko-dev
Revision ae8a2ca1d43ba8ce83aed1b3bbe8e51c2ecbb657 authored by Benjamin Smedberg on 26 February 2013, 19:03:26 UTC, committed by Benjamin Smedberg on 26 February 2013, 19:03:26 UTC
1 parent 3e105ae
Raw File
Tip revision: ae8a2ca1d43ba8ce83aed1b3bbe8e51c2ecbb657 authored by Benjamin Smedberg on 26 February 2013, 19:03:26 UTC
Bug 623462 - Add an environment variable to save a full dump, not just a minidump, r=ted a=akeybl
Tip revision: ae8a2ca
Makefile.in
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

DEPTH		= @DEPTH@
topsrcdir	= @top_srcdir@
srcdir		= @srcdir@
VPATH		= @srcdir@

include $(DEPTH)/config/autoconf.mk

MODULE		= profile

DIRS		= public dirserviceprovider 

include $(topsrcdir)/config/rules.mk

back to top