From: Takashi Iwai Date: Mon, 4 Jun 2007 13:14:47 +0000 (+0200) Subject: Add missing library dependency X-Git-Tag: v1.0.15rc1~12 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=1a388d149ff9a3d3d27e1246e63c9aaf1c2e80b0;p=alsa-utils.git Add missing library dependency speaker-test requires math library. --- diff --git a/speaker-test/Makefile.am b/speaker-test/Makefile.am index b24b4ae..e3551bc 100644 --- a/speaker-test/Makefile.am +++ b/speaker-test/Makefile.am @@ -1,6 +1,6 @@ INCLUDES = -I$(top_srcdir)/include SUBDIRS= samples -LDADD = $(LIBINTL) +LDADD = $(LIBINTL) -lm bin_PROGRAMS = speaker-test speaker_test_SOURCES = speaker-test.c pink.c