diff options
author | simon | 2008-07-28 09:23:27 +0000 |
---|---|---|
committer | simon | 2008-07-28 09:23:27 +0000 |
commit | ad900ecb538d71ffe96daa76ee1f45060b637f24 (patch) | |
tree | 158bdf0bcff23893a83235eceb1e51c632ebc55a /src/elementaryFunctions/Makefile.in | |
parent | ef90694fb4daf222808e6f43d8ab0751a6b3aa5f (diff) | |
download | scilab2c-ad900ecb538d71ffe96daa76ee1f45060b637f24.tar.gz scilab2c-ad900ecb538d71ffe96daa76ee1f45060b637f24.tar.bz2 scilab2c-ad900ecb538d71ffe96daa76ee1f45060b637f24.zip |
added conjugate functions
Diffstat (limited to 'src/elementaryFunctions/Makefile.in')
-rw-r--r-- | src/elementaryFunctions/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/elementaryFunctions/Makefile.in b/src/elementaryFunctions/Makefile.in index e284f84c..dbf31656 100644 --- a/src/elementaryFunctions/Makefile.in +++ b/src/elementaryFunctions/Makefile.in @@ -186,7 +186,8 @@ SUBDIRS = cos \ asin \ lnp1m1 \ pow \ - atan2 + atan2 \ + conj all: all-recursive |