3717a16dbf
This is a maintenance release, which fixes reported bugs and upgrades the build system to the latest libtool, autoconf and automake.
16 lines
416 B
Text
16 lines
416 B
Text
$NetBSD: patch-ae,v 1.4 2008/12/19 23:16:22 tnn Exp $
|
|
|
|
Tags: for-upstream
|
|
|
|
siman_tsp.c uses many functions from libm.
|
|
|
|
--- siman/Makefile.am.orig 2008-11-27 23:03:28.000000000 +0300
|
|
+++ siman/Makefile.am 2008-12-16 20:53:55.000000000 +0300
|
|
@@ -16,6 +16,7 @@
|
|
CLEANFILES = siman_test.out
|
|
|
|
libgslsiman_la_SOURCES = siman.c
|
|
+libgslsiman_la_LIBADD = -lm
|
|
pkginclude_HEADERS = gsl_siman.h
|
|
|
|
INCLUDES = -I$(top_srcdir)
|