Mercurial > audlegacy
annotate Makefile.am @ 33:8c64ae514525 trunk
[svn] Remove dead libvisual dir.
author | nenolod |
---|---|
date | Wed, 26 Oct 2005 00:41:18 -0700 |
parents | 1b5332e32298 |
children | a2fc092c494e |
rev | line source |
---|---|
0 | 1 ACLOCAL_AMFLAGS = -I m4 |
2 | |
24 | 3 SUBDIRS = intl libaudacious audacious Output Input Visualization 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 \ | |
13 $(pkgconfig_DATA) \ | |
14 $(wildcard m4/*.m4) |