~snaggen/rhythmbox/bpm

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
## arch-tag: Automake rules for the toplevel source

AUTOMAKE_OPTIONS = 1.7

DISTCHECK_CONFIGURE_FLAGS = --disable-schemas-install --enable-gtk-doc --disable-scrollkeeper
distuninstallcheck_listfiles = find . -type f -print | grep -v '^\./var/scrollkeeper'

SUBDIRS = macros lib metadata rhythmdb widgets sources podcast \
	backends corelib plugins bindings shell remote data po help tests doc

EXTRA_DIST = 			\
	autogen.sh		\
	config.h.in		\
	gnome-doc-utils.make	\
	intltool-merge.in	\
	intltool-update.in	\
	intltool-extract.in	\
	MAINTAINERS		\
	MAINTAINERS.old		\
	DOCUMENTERS		\
	INTERNALS		\
	README.iPod

DISTCLEANFILES =			\
	gnome-doc-utils.make		\
	intltool-extract		\
	intltool-merge			\
	intltool-update

CLEANFILES = ./po/.intltool-merge-cache