Codebase list telepathy-ring / debian/2.1.0-1.1 Makefile.am
debian/2.1.0-1.1

Tree @debian/2.1.0-1.1 (Download .tar.gz)

Makefile.am @debian/2.1.0-1.1raw · history · blame

#
# 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 sms-glib modem src docs tools scripts

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

EXTRA_DIST = \
    autogen.sh

.PHONY: TAGS