2012-02-28 14:01:48 -08:00
|
|
|
# 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/.
|
|
|
|
|
2012-08-04 11:26:44 -07:00
|
|
|
DEPTH = @DEPTH@
|
2012-02-28 14:01:48 -08:00
|
|
|
topsrcdir = @top_srcdir@
|
|
|
|
srcdir = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
|
2012-08-04 11:26:44 -07:00
|
|
|
relativesrcdir = @relativesrcdir@
|
2012-02-28 14:01:48 -08:00
|
|
|
|
|
|
|
include $(DEPTH)/config/autoconf.mk
|
|
|
|
|
|
|
|
DIRS = \
|
|
|
|
$(NULL)
|
|
|
|
|
2012-07-03 13:49:02 -07:00
|
|
|
MOCHITEST_FILES = \
|
2012-02-28 14:01:48 -08:00
|
|
|
test_contacts_basics.html \
|
2012-07-25 10:33:05 -07:00
|
|
|
test_contacts_events.html \
|
2012-08-07 15:02:37 -07:00
|
|
|
test_contacts_blobs.html \
|
2012-02-28 14:01:48 -08:00
|
|
|
$(NULL)
|
|
|
|
|
2012-07-03 13:49:02 -07:00
|
|
|
include $(topsrcdir)/config/rules.mk
|
2012-02-28 14:01:48 -08:00
|
|
|
|