annotate Makefile.am @ 453:257a8d2047fb
trunk
[svn] added a new column in the treeview model to store the skin name
author |
giacomo |
date |
Mon, 16 Jan 2006 18:29:49 -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)
|