mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-21 01:41:10 +00:00
Get the lib dependency for testsound right.
No need for $(top_builddir) when the lib is in the same directory. Fixes parallel builds.
This commit is contained in:
parent
19a558a2db
commit
f666f8d27a
1 changed files with 2 additions and 2 deletions
|
@ -13,8 +13,8 @@ EXEEXT=
|
|||
noinst_PROGRAMS= testsound
|
||||
|
||||
testsound_SOURCES= testsound.c
|
||||
testsound_LDADD= $(top_builddir)/libs/audio/libQFsound.la
|
||||
testsound_DEPENDENCIES= $(top_builddir)/libs/audio/libQFsound.la
|
||||
testsound_LDADD= libQFsound.la
|
||||
testsound_DEPENDENCIES= libQFsound.la
|
||||
|
||||
plugin_LTLIBRARIES= @CD_PLUGIN_TARGETS@
|
||||
noinst_LTLIBRARIES= @CD_PLUGIN_STATIC@
|
||||
|
|
Loading…
Reference in a new issue