summaryrefslogtreecommitdiff
path: root/seq
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2008-12-08 11:59:27 +0100
committerTakashi Iwai <tiwai@suse.de>2008-12-08 11:59:27 +0100
commit2e3915d15891209c684d190069591683921c4911 (patch)
tree5c65cbbf3a30a244a782955fcf8b8cc1a318b3a5 /seq
parente3dfc7470e47f35127c07004beda94cb13f325ec (diff)
downloadalsa-utils-2e3915d15891209c684d190069591683921c4911.tar.gz
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 <tiwai@suse.de>
Diffstat (limited to 'seq')
-rw-r--r--seq/aseqnet/Makefile.am1
1 files changed, 1 insertions, 0 deletions
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