summaryrefslogtreecommitdiff
path: root/Makefile.am
blob: 58d0f209953f322be905bd420f8277132ceabe11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#
# Makefile.am for telepathy-ring
#
# Copyright (C) 2007 Nokia Corporation
# Contact: Pekka Pessi <first.surname@nokia.com>
# See file COPYING.
#

ACLOCAL_AMFLAGS = -I m4

SUBDIRS = tests ring-extensions modem src docs tools scripts

TAGS:
	find src modem ring-extensions -name '*.[hc]' | \
	xargs etags

EXTRA_DIST = \
    autogen.sh

.PHONY: TAGS