X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fexpl;h=653cd3be69b8cfd549c688e9996b62429e487051;hb=23eecb48e39afd0d267d64d40ba6bf97aa865e13;hp=210a25ab0bfcd2cfcdbd704ab1a71fed85d7a0bd;hpb=2d0ecbd37030e185556536ea00b3bca28d079a77;p=gnulib.git diff --git a/modules/expl b/modules/expl index 210a25ab0..653cd3be6 100644 --- a/modules/expl +++ b/modules/expl @@ -3,6 +3,7 @@ expl() function: exponential function with long double argument. Files: lib/expl.c +lib/expl-table.c m4/expl.m4 Depends-on: @@ -18,6 +19,7 @@ configure.ac: gl_FUNC_EXPL if test $HAVE_EXPL = 0; then AC_LIBOBJ([expl]) + AC_LIBOBJ([expl-table]) fi gl_MATH_MODULE_INDICATOR([expl])