mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-03-13 03:33:28 +00:00
fix make dist
This commit is contained in:
parent
ce25c13a65
commit
848bfe1ce6
1 changed files with 1 additions and 3 deletions
|
@ -25,11 +25,9 @@ libqfsnd_a_SOURCES = snd_win.c
|
|||
else
|
||||
if SNDTYPE_OSS
|
||||
libqfsnd_a_SOURCES = snd_oss.c
|
||||
else
|
||||
libqfsnd_a_SOURCES = snd_null.c
|
||||
endif
|
||||
endif
|
||||
EXTRA_libqfsnd_a_SOURCES = snd_win.c snd_oss.c snd_null.c
|
||||
EXTRA_libqfsnd_a_SOURCES = snd_win.c snd_oss.c
|
||||
|
||||
if CDTYPE_WIN32
|
||||
libqfcd_a_SOURCES = cd_win.c
|
||||
|
|
Loading…
Reference in a new issue