1 noinst_LTLIBRARIES = libfdlibm.la
3 libfdlibm_la_SOURCES = \
61 AM_LDFLAGS = @CLASSPATH_MODULE@
63 # We just want the standard flags for fdlibm since it is an upstream lib
64 # and our normal -pedantic -Wall -Werror breaks this lib. So no AM_CFLAGS.
65 # We also don't need extra includes, so no AM_CPPFLAGS either.