include/.gitignore:
ignore stamp-h
include/stamp-h:
shouldn't be in cvs
source/Makefile.am:
comment out the `if ASM_ARCH' and corresponding endif as there seems
to be either a bug or a misunderstanding in automake snd_mixa.o is
now built
add alsa support (swiped from newtree:)
+= doesn't seem to work well in automake (or at least not my version). Change
the common_SOURCES += ... to combined_SOURCES = $(common_SOURCES) ... and
change the /following/ instances common_SOURCES to combined_SOURCES.