mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-21 18:01:15 +00:00
Explicitly link testsound against libQFutil.
This commit is contained in:
parent
d981968208
commit
889bbd364e
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ EXEEXT=
|
|||
noinst_PROGRAMS= testsound
|
||||
|
||||
testsound_SOURCES= testsound.c
|
||||
testsound_LDADD= libQFsound.la
|
||||
testsound_LDADD= libQFsound.la $(top_builddir)/libs/util/libQFutil.la
|
||||
testsound_DEPENDENCIES= libQFsound.la $(top_builddir)/libs/util/libQFutil.la
|
||||
|
||||
plugin_LTLIBRARIES= @CD_PLUGIN_TARGETS@
|
||||
|
|
Loading…
Reference in a new issue