diff options
Diffstat (limited to 'src/elementaryFunctions/Makefile.in')
-rw-r--r-- | src/elementaryFunctions/Makefile.in | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/src/elementaryFunctions/Makefile.in b/src/elementaryFunctions/Makefile.in index d81670cb..db12ca47 100644 --- a/src/elementaryFunctions/Makefile.in +++ b/src/elementaryFunctions/Makefile.in @@ -160,15 +160,21 @@ target_alias = @target_alias@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ SUBDIRS = cos \ - sin \ - tan \ cosh \ - sinh \ - tanh \ acos \ + acosh \ + sin \ + sinh \ asin \ + asinh \ + tan \ + tanh \ + atan \ + atanh \ exp \ + exp10 \ log \ + log10 \ sqrt all: all-recursive |