mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-17 22:50:51 +00:00
*sigh*, sometimes I hate automake
This commit is contained in:
parent
9f1e6f9c82
commit
ddf4f257f4
1 changed files with 5 additions and 0 deletions
|
@ -20,7 +20,12 @@ libasm_la_SOURCES= snd_mixa.S
|
|||
|
||||
libsnd_render_default_la_LDFLAGS= $(plugin_ldflags)
|
||||
libsnd_render_default_la_SOURCES= snd_dma.c snd_mem.c snd_mix.c vorbis.c
|
||||
if ASM_ARCH
|
||||
libsnd_render_default_la_LIBADD= $(asm) $(VORBISFILE_LIBS) $(VORBIS_LIBS)
|
||||
libsnd_render_default_la_DEPENDENCIES= $(asm)
|
||||
else
|
||||
libsnd_render_default_la_LIBADD= $(VORBISFILE_LIBS) $(VORBIS_LIBS)
|
||||
libsnd_render_default_la_DEPENDENCIES=
|
||||
endif
|
||||
|
||||
EXTRA_DIST= $(libasm_la_SOURCES)
|
||||
|
|
Loading…
Reference in a new issue