~tangerine-developers/tangerine/trunk

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
ACLOCAL_AMFLAGS = -I m4 -I m4/shamrock

pkgdocdir = $(docdir)
pkgdoc_DATA = sample.conf

SUBDIRS = \
	. \
	daap-sharp \
	data \
	libtangglue \
	m4 \
	po \
	Tangerine \
	Tangerine.Daemon \
	TangerinePrefPane \
	TangerineProperties \
	plugins/File \
	plugins/Amarok \
	plugins/Banshee \
	plugins/Beagle \
	plugins/LSongs \
	plugins/Muine \
	plugins/Rhythmbox \
	plugins/Session

EXTRA_DIST = \
	COPYRIGHT \
	sample.conf

# Get rid of the build dir on clean.
clean-local:
	rm -rf $(top_builddir)/build