blob: 7bafd2662a05f112a5ce02cdb1d1c34f5d976cbe (
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
33
34
|
#
# Makefile.am for telepathy-rakia/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 \
rakia \
extensions \
data \
docs \
m4 \
src \
tests
include tools/lcov.am
LCOV_CHECK_ARGS = CHECK_TWISTED_SLEEP=6
DISTCHECK_CONFIGURE_FLAGS = --disable-debug --enable-gtk-doc
clean-local: lcov-clean
include tools/telepathy.am
|