summaryrefslogtreecommitdiff
path: root/cvscompile.sh
diff options
context:
space:
mode:
authorGuenter Bartsch <guenter@users.sourceforge.net>2001-06-24 07:17:37 +0000
committerGuenter Bartsch <guenter@users.sourceforge.net>2001-06-24 07:17:37 +0000
commitc91eb356a10124ed87c89e1e0a3caf3b5e1f86bc (patch)
treed85924d9f15c4f9ced1db9903ee8d81cfee6c7fd /cvscompile.sh
parent9d3c2abaa8e7a6f9edea6166203e4deea257ccb1 (diff)
downloadxine-lib-c91eb356a10124ed87c89e1e0a3caf3b5e1f86bc.tar.gz
xine-lib-c91eb356a10124ed87c89e1e0a3caf3b5e1f86bc.tar.bz2
added arts audio support contributed by Philip Stadermann
CVS patchset: 226 CVS date: 2001/06/24 07:17:37
Diffstat (limited to 'cvscompile.sh')
-rwxr-xr-xcvscompile.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/cvscompile.sh b/cvscompile.sh
index a19d28097..ebbdc4be5 100755
--- a/cvscompile.sh
+++ b/cvscompile.sh
@@ -1,7 +1,7 @@
#!/bin/sh
# Run this to generate all the initial Makefiles, etc.
-m4_files="_xine.m4 alsa.m4 esd.m4 aa.m4"
+m4_files="_xine.m4 alsa.m4 arts.m4 esd.m4 aa.m4"
if test -d m4; then
rm -f acinclude.m4
for m4f in $m4_files; do