annotate Makefile.am @ 290:5ca6e39394b5
trunk
[svn] GThreadify and fix includes. And although it compiles, let us not ship this. No playback at all.
author |
chainsaw |
date |
Fri, 16 Dec 2005 11:25:47 -0800 |
parents |
72dcd30156ca |
children |
e4e897d20791 |
rev |
line source |
0
|
1 ACLOCAL_AMFLAGS = -I m4
|
|
2
|
283
|
3 SUBDIRS = intl libaudacious libaudcore 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)
|