[alsa-devel] [patch] alsa-utils fix for intl support

Takashi Iwai tiwai at suse.de
Mon Dec 8 08:32:42 CET 2008


At Thu, 4 Dec 2008 15:29:47 +0100,
Hans-Christian Egtvedt wrote:
> 
> Hi,
> 
> Feel free to comment on the included patch. I had to add it because
> aseqnet would not link without -lintl.

Patching Makefile.in doesn't make any sense.
Does the patch below work instead?


thanks,

Takashi

diff --git a/seq/aseqnet/Makefile.am b/seq/aseqnet/Makefile.am
index cda8815..aa3aa77 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
+LIBADD = $(INTLLIBS)
 man_MANS = aseqnet.1


More information about the Alsa-devel mailing list