mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-09 16:55:42 +01:00
Add missing library dependency
speaker-test requires math library.
This commit is contained in:
parent
8a3947e167
commit
1a388d149f
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
INCLUDES = -I$(top_srcdir)/include
|
INCLUDES = -I$(top_srcdir)/include
|
||||||
SUBDIRS= samples
|
SUBDIRS= samples
|
||||||
LDADD = $(LIBINTL)
|
LDADD = $(LIBINTL) -lm
|
||||||
|
|
||||||
bin_PROGRAMS = speaker-test
|
bin_PROGRAMS = speaker-test
|
||||||
speaker_test_SOURCES = speaker-test.c pink.c
|
speaker_test_SOURCES = speaker-test.c pink.c
|
||||||
|
|
Loading…
Reference in a new issue