https://github.com/mozilla/gecko-dev
Revision bb9e11c2af763fbfc8c8fb0484211c7ad601f7ba authored by Nathan Froyd on 22 January 2014, 21:55:42 UTC, committed by Nathan Froyd on 22 January 2014, 21:55:42 UTC
1 parent 147588a
Raw File
Tip revision: bb9e11c2af763fbfc8c8fb0484211c7ad601f7ba authored by Nathan Froyd on 22 January 2014, 21:55:42 UTC
Bug 961793 - Unregister observers in BrowserElementPanning.js at global unload. r=fabrice, a=1.3+
Tip revision: bb9e11c
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/.

INSTALL_TARGETS += xpcom
xpcom_FILES := xpcom-config.h
xpcom_DEST = $(DIST)/include
xpcom_TARGET := export
back to top