annotate Makefile.am @ 219:3617a1758282
trunk
[svn] Compile WMA by default. It works now.
author |
chainsaw |
date |
Mon, 21 Nov 2005 15:00:26 -0800 |
parents |
92ab0932271d |
children |
72dcd30156ca |
rev |
line source |
0
|
1 ACLOCAL_AMFLAGS = -I m4
|
|
2
|
64
|
3 SUBDIRS = intl libaudacious audacious Plugins po icons skin
|
0
|
4
|
|
5 man_MANS = audacious.1
|
|
6
|
|
7 pkgconfigdir = $(libdir)/pkgconfig
|
|
8 pkgconfig_DATA = audacious.pc
|
|
9
|
|
10 EXTRA_DIST = \
|
|
11 FAQ \
|
|
12 bmp.spec \
|
69
|
13 README.bmp \
|
0
|
14 $(pkgconfig_DATA) \
|
|
15 $(wildcard m4/*.m4)
|