blob: c8487deaa1d7f67401a6f35d0ff45d8940f9e8a2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
$NetBSD: patch-ae,v 1.3 2007/01/01 14:32:29 rillig Exp $
Tags: for-upstream
siman_tsp.c uses many functions from libm.
--- siman/Makefile.am.orig 2007-01-01 15:12:17.000000000 +0100
+++ siman/Makefile.am 2007-01-01 15:13:22.000000000 +0100
@@ -16,6 +16,7 @@ siman_tsp_LDADD = libgslsiman.la ../rng/
CLEANFILES = siman_test.out
libgslsiman_la_SOURCES = siman.c
+libgslsiman_la_LIBADD = -lm
pkginclude_HEADERS = gsl_siman.h
INCLUDES= -I$(top_builddir)
|