* Link against fdlibm instead of libm
authortwisti <none@none>
Tue, 28 Jun 2005 18:36:27 +0000 (18:36 +0000)
committertwisti <none@none>
Tue, 28 Jun 2005 18:36:27 +0000 (18:36 +0000)
src/cacaoh/Makefile.am

index 73d38c581b240111f4e07e68b9db7d39e5cb64be..af7a30eb8beec6444e0f4c3248c969f4c3de0e8e 100644 (file)
@@ -28,7 +28,7 @@
 ##
 ## Changes:
 ##
-## $Id: Makefile.am 2678 2005-06-14 16:08:58Z twisti $
+## $Id: Makefile.am 2859 2005-06-28 18:36:27Z twisti $
 
 ## Process this file with automake to produce Makefile.in
 
@@ -75,6 +75,7 @@ cacaoh_SOURCES = \
 
 cacaoh_LDADD = \
        libcacaoh.la \
+       $(top_builddir)/src/classpath/native/fdlibm/libfdlibm.la \
        $(GC_LIB)
 
 cacaoh_DEPENDENCIES = $(cacaoh_LDADD)