From: Bruno Haible Date: Sat, 15 Nov 2008 22:31:45 +0000 (+0100) Subject: Avoid possible link error. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f42b1b8ca51769cde2ae2b919141f3bb134d8e5;p=pspp Avoid possible link error. --- diff --git a/ChangeLog b/ChangeLog index 9c1c6d7577..32767a8e50 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-11-15 Bruno Haible + + * modules/frexpl-tests (Makefile.am): Link test-frexpl with + $(FREXPL_LIBM). + 2008-11-15 Bruno Haible * lib/netdb.in.h: Activate the definitions also when the system's diff --git a/modules/frexpl-tests b/modules/frexpl-tests index e3b2d55c69..6291f4eb24 100644 --- a/modules/frexpl-tests +++ b/modules/frexpl-tests @@ -12,6 +12,7 @@ configure.ac: Makefile.am: TESTS += test-frexpl check_PROGRAMS += test-frexpl +test_frexpl_LDADD = $(LDADD) @FREXPL_LIBM@ License: LGPL