Bug 776609 - Instant Messaging button and menuitem in Address Book should integrate with new IM component. r=florian, a=Standard8.
#
# 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 = ../../..
topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
EXPORT_DIR = $(DIST)/bin/isp
EXPORT_RESOURCE_FILES = \
$(NULL)
ifdef MOZ_MOVEMAIL
ifdef MOZ_THUNDERBIRD
ifneq (cocoa,$(MOZ_WIDGET_TOOLKIT))
EXPORT_RESOURCE_FILES += movemail.rdf
endif
else
EXPORT_RESOURCE_FILES += movemail.rdf
endif
endif
include $(topsrcdir)/config/rules.mk
GARBAGE += $(addprefix $(EXPORT_DIR)/, $(EXPORT_RESOURCE_FILES))
ifneq ($(EXPORT_RESOURCE_FILES),$(NULL))
libs:: $(EXPORT_RESOURCE_FILES)
$(INSTALL) $^ $(EXPORT_DIR)
install:: $(EXPORT_RESOURCE_FILES)
$(SYSINSTALL) $(IFLAGS1) $^ $(DESTDIR)$(mozappdir)/defaults/isp
endif