From: Takashi Iwai Date: Mon, 8 Dec 2008 10:59:27 +0000 (+0100) Subject: aseqnet - Add $(INTLLIBS) to Makefile.am X-Git-Tag: v1.0.19~2 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=2e3915d15891209c684d190069591683921c4911;p=alsa-utils.git aseqnet - Add $(INTLLIBS) to Makefile.am Add $(INTLLIBS) to LDADD for aseqnet to fix build errors on uclibc (and possibly others). Signed-off-by: Takashi Iwai --- diff --git a/seq/aseqnet/Makefile.am b/seq/aseqnet/Makefile.am index cda8815..2ebc4a5 100644 --- a/seq/aseqnet/Makefile.am +++ b/seq/aseqnet/Makefile.am @@ -3,4 +3,5 @@ EXTRA_DIST = README.aseqnet aseqnet.1 bin_PROGRAMS = aseqnet aseqnet_SOURCES = aseqnet.c +aseqnet_LDADD = $(INTLLIBS) man_MANS = aseqnet.1