File: Makefile.am

package info (click to toggle)
telepathy-ring 2.3.24-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 1,760 kB
  • ctags: 3,278
  • sloc: ansic: 22,408; python: 3,943; xml: 1,018; sh: 403; makefile: 352; lisp: 23
file content (20 lines) | stat: -rw-r--r-- 360 bytes parent folder | download | duplicates (2)
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 mc-plugin

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

EXTRA_DIST = \
    autogen.sh

.PHONY: TAGS