diff options
author | jofret | 2007-03-19 13:41:05 +0000 |
---|---|---|
committer | jofret | 2007-03-19 13:41:05 +0000 |
commit | c695389ae42cc500f79ad0b2a37088ffb3ea2057 (patch) | |
tree | 4bc4e5c29f53b2d5bcc242660f6829bc6f92d3a2 | |
parent | 3ea15624497bd4fefe69aa62adb03932d2733925 (diff) | |
download | scilab2c-c695389ae42cc500f79ad0b2a37088ffb3ea2057.tar.gz scilab2c-c695389ae42cc500f79ad0b2a37088ffb3ea2057.tar.bz2 scilab2c-c695389ae42cc500f79ad0b2a37088ffb3ea2057.zip |
Oups...
To have some complex capabilities, need to link to my complex
library...
-rw-r--r-- | src/test/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/test/Makefile b/src/test/Makefile index 78e9d47a..ce6b9d7b 100644 --- a/src/test/Makefile +++ b/src/test/Makefile @@ -5,7 +5,7 @@ ## Made by Bruno JOFRET <bruno.jofret@inria.fr> ## ## Started on Thu Nov 30 16:33:40 2006 jofret -## Last update Fri Feb 23 18:11:49 2007 jofret +## Last update Mon Mar 19 14:21:23 2007 jofret ## ## Copyright INRIA 2006 ## @@ -24,6 +24,7 @@ INCLUDE = -I ../type \ LINK = -L ../lib LIBS = -lm \ + -lDoubleComplex -lFloatComplex \ -lCos -lCosh \ -lSin -lSinh \ -lTan -lTanh \ |