mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-29 23:52:22 +00:00
testsound depends on libQFutil
This commit is contained in:
parent
51009cdc4b
commit
843823de84
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ noinst_PROGRAMS= testsound
|
||||||
|
|
||||||
testsound_SOURCES= testsound.c
|
testsound_SOURCES= testsound.c
|
||||||
testsound_LDADD= libQFsound.la
|
testsound_LDADD= libQFsound.la
|
||||||
testsound_DEPENDENCIES= libQFsound.la
|
testsound_DEPENDENCIES= libQFsound.la $(top_builddir)/libs/util/libQFutil.la
|
||||||
|
|
||||||
plugin_LTLIBRARIES= @CD_PLUGIN_TARGETS@
|
plugin_LTLIBRARIES= @CD_PLUGIN_TARGETS@
|
||||||
noinst_LTLIBRARIES= @CD_PLUGIN_STATIC@
|
noinst_LTLIBRARIES= @CD_PLUGIN_STATIC@
|
||||||
|
|
Loading…
Reference in a new issue