8 Dec
2008
8 Dec
'08
9:32 a.m.
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