diff Makefile.am @ 0:cb178e5ad177 trunk

[svn] Import audacious source.
author nenolod
date Mon, 24 Oct 2005 03:06:47 -0700
parents
children 0db4a1dc75c4
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Makefile.am	Mon Oct 24 03:06:47 2005 -0700
@@ -0,0 +1,14 @@
+ACLOCAL_AMFLAGS = -I m4
+
+SUBDIRS = intl libaudacious audacious Output Input Visualization po icons skin
+
+man_MANS = audacious.1
+
+pkgconfigdir = $(libdir)/pkgconfig
+pkgconfig_DATA = audacious.pc
+
+EXTRA_DIST = \
+  FAQ \
+  bmp.spec \
+  $(pkgconfig_DATA) \
+  $(wildcard m4/*.m4)