summaryrefslogtreecommitdiff
path: root/src/libs/sound/Makeinfo
blob: 28ee5cca5f50034eaba59c73efc01baa371846b3 (plain)
1
2
3
4
5
6
7
8
9
if [ "$uqm_SOUNDMODULE" = "openal" ]; then
	uqm_SUBDIRS="openal mixer decoders"
	uqm_CFLAGS="$uqm_CFLAGS -DHAVE_OPENAL"
else
	uqm_SUBDIRS="mixer decoders"
fi

uqm_CFILES="audiocore.c fileinst.c resinst.c sound.c sfx.c music.c stream.c trackplayer.c"
uqm_HFILES="audiocore.h sndintrn.h sound.h stream.h trackint.h trackplayer.h"