summaryrefslogtreecommitdiff
path: root/Makefile.am
blob: aab30642737c6491d9ddc3de9b4dbea7dfd21f75 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
#
# Makefile.am for telepathy-sofiasip/src
#
# Copyright (C) 2006,2008 Nokia Corporation
# Contact: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
# Licensed under LGPL. See file COPYING.
#

# ----------------------------------------------------------------------
# Automake options

ACLOCAL_AMFLAGS = -I m4

# ----------------------------------------------------------------------
# Build targets

SUBDIRS = \
	tools \
	tpsip \
	tpsip-extensions \
	data \
	docs \
	m4 \
	src \
	tests

include tools/lcov.am
LCOV_CHECK_ARGS = CHECK_TWISTED_SLEEP=6

clean-local: lcov-clean

include tools/telepathy.am