annotate Makefile.am @ 184:740c072f8e23 trunk

[svn] List sndfile extensions in the plugin configuration table.
author chainsaw
date Sun, 13 Nov 2005 14:27:07 -0800
parents 92ab0932271d
children 72dcd30156ca
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
1 ACLOCAL_AMFLAGS = -I m4
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
2
64
a2fc092c494e [svn] Update headers, master Makefile.
nenolod
parents: 24
diff changeset
3 SUBDIRS = intl libaudacious audacious Plugins po icons skin
0
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
4
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
5 man_MANS = audacious.1
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
6
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
7 pkgconfigdir = $(libdir)/pkgconfig
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
8 pkgconfig_DATA = audacious.pc
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
9
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
10 EXTRA_DIST = \
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
11 FAQ \
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
12 bmp.spec \
69
92ab0932271d [svn] Added README.bmp to extra dist
msameer
parents: 64
diff changeset
13 README.bmp \
0
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
14 $(pkgconfig_DATA) \
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
15 $(wildcard m4/*.m4)