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:
Bill Currie 2010-09-25 23:07:06 +09:00
parent 19a558a2db
commit f666f8d27a

View file

@ -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@