mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +00:00
57dd4494cc
More r_data cleanup. Things could be better still, but this is a start.
13 lines
386 B
Text
13 lines
386 B
Text
noinst_PROGRAMS += @AUDIO_TARGETS@
|
|
|
|
EXTRA_PROGRAMS += libs/audio/test/testsound
|
|
|
|
testaudio_libs= \
|
|
libs/audio/libQFsound.la \
|
|
libs/scene/libQFscene.la \
|
|
libs/ruamoko/libQFruamoko.la \
|
|
libs/util/libQFutil.la
|
|
|
|
libs_audio_test_testsound_SOURCES= libs/audio/test/testsound.c
|
|
libs_audio_test_testsound_LDADD= $(testaudio_libs)
|
|
libs_audio_test_testsound_DEPENDENCIES= $(testaudio_libs)
|