From 889bbd364ea3c7e3b29cdbf45a15f2eb6f8a7c34 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Sat, 18 Dec 2010 22:19:25 +0900 Subject: [PATCH] Explicitly link testsound against libQFutil. --- libs/audio/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/audio/Makefile.am b/libs/audio/Makefile.am index 87ff3443a..c6c18e158 100644 --- a/libs/audio/Makefile.am +++ b/libs/audio/Makefile.am @@ -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@