Fixup for
bug 1062235 - Add missing slashes on a CLOSED TREE. r=me
#
# 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
USE_EXTENSION_MANIFEST = 1
INSTALL_EXTENSION_ID = debugQA@mozilla.org
XPI_PKGNAME = debugQA-$(MOZ_APP_VERSION)
DIST_FILES = install.rdf
XULAPP_DEFINES = \
-DMOZ_APP_VERSION=$(MOZ_APP_VERSION) \
-DMOZ_APP_MAXVERSION=$(MOZ_APP_MAXVERSION) \
$(NULL)
include $(topsrcdir)/config/rules.mk