mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-23 04:42:32 +00:00
Remove some extra files linked in with snd_null.c
This commit is contained in:
parent
75aa40276f
commit
2b4d8ecc97
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ if SNDTYPE_WIN32
|
|||
libQFsound_la_SOURCES= snd_dma.c snd_mem.c snd_mix.c snd_win.c $(sound_ASM)
|
||||
endif
|
||||
if SNDTYPE_NULL
|
||||
libQFsound_la_SOURCES= snd_mem.c snd_mix.c snd_null.c $(sound_ASM)
|
||||
libQFsound_la_SOURCES= snd_null.c
|
||||
endif
|
||||
|
||||
LIBLIST = libQFsound.la @LIBRARY_SEARCH_PATH@
|
||||
|
|
Loading…
Reference in a new issue