diff options
author | jofret | 2008-09-09 12:21:02 +0000 |
---|---|---|
committer | jofret | 2008-09-09 12:21:02 +0000 |
commit | b6d66bf36b76bd50fde1e595111a945a9f953a6b (patch) | |
tree | 664a081531972caf2918ae09cf0a482351fd18ce /src/elementaryFunctions/lnp1m1/Makefile.in | |
parent | 9095bd3f97a694a4af6fa2239ce02fe4b0236308 (diff) | |
download | scilab2c-b6d66bf36b76bd50fde1e595111a945a9f953a6b.tar.gz scilab2c-b6d66bf36b76bd50fde1e595111a945a9f953a6b.tar.bz2 scilab2c-b6d66bf36b76bd50fde1e595111a945a9f953a6b.zip |
moving addition and subtraction to operations
Diffstat (limited to 'src/elementaryFunctions/lnp1m1/Makefile.in')
-rw-r--r-- | src/elementaryFunctions/lnp1m1/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/elementaryFunctions/lnp1m1/Makefile.in b/src/elementaryFunctions/lnp1m1/Makefile.in index 6d7b3364..276bb202 100644 --- a/src/elementaryFunctions/lnp1m1/Makefile.in +++ b/src/elementaryFunctions/lnp1m1/Makefile.in @@ -65,6 +65,7 @@ am_testDoubleLnp1m1_OBJECTS = \ testDoubleLnp1m1_OBJECTS = $(am_testDoubleLnp1m1_OBJECTS) am__DEPENDENCIES_1 = $(top_builddir)/type/libDoubleComplex.la \ $(top_builddir)/type/libFloatComplex.la \ + $(top_builddir)/operations/addition/libAddition.la \ $(top_builddir)/lib/lapack/libscilapack.la \ $(top_builddir)/elementaryFunctions/lnp1m1/libLnp1m1.la \ $(top_builddir)/elementaryFunctions/sqrt/libSqrt.la \ @@ -230,6 +231,7 @@ check_INCLUDES = -I $(top_builddir)/elementaryFunctions/includes \ check_LDADD = $(top_builddir)/type/libDoubleComplex.la \ $(top_builddir)/type/libFloatComplex.la \ + $(top_builddir)/operations/addition/libAddition.la \ $(top_builddir)/lib/lapack/libscilapack.la \ $(top_builddir)/elementaryFunctions/lnp1m1/libLnp1m1.la \ $(top_builddir)/elementaryFunctions/sqrt/libSqrt.la \ |