mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-02 13:52:37 +00:00
3098b5d3f7
Fixing a load of issues related to autoconf and some small source-level issues to re-add clang support. autoconf feature detection probably needs some addressing - partially as -Werror is applied late.
12 lines
358 B
Text
12 lines
358 B
Text
noinst_PROGRAMS += @AUDIO_TARGETS@
|
|
|
|
EXTRA_PROGRAMS += libs/audio/test/testsound
|
|
|
|
testaudio_libs= \
|
|
libs/audio/libQFsound.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)
|