annotate Makefile.am @ 59:63967463bde0 trunk

[svn] More header changes.
author nenolod
date Fri, 28 Oct 2005 21:24:36 -0700
parents 1b5332e32298
children a2fc092c494e
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
24
1b5332e32298 [svn] Unhook libvisual from the build.
nenolod
parents: 23
diff changeset
3 SUBDIRS = intl libaudacious audacious Output Input Visualization 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 \
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
13 $(pkgconfig_DATA) \
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
14 $(wildcard m4/*.m4)