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.am | |
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.am')
-rw-r--r-- | src/elementaryFunctions/lnp1m1/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/elementaryFunctions/lnp1m1/Makefile.am b/src/elementaryFunctions/lnp1m1/Makefile.am index c27f136c..2735e938 100644 --- a/src/elementaryFunctions/lnp1m1/Makefile.am +++ b/src/elementaryFunctions/lnp1m1/Makefile.am @@ -34,6 +34,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 \ |