diff options
author | torset | 2008-11-14 14:48:17 +0000 |
---|---|---|
committer | torset | 2008-11-14 14:48:17 +0000 |
commit | 05cd5ae384d6d8b34d263061fe87749c919dcbb5 (patch) | |
tree | e41dc1b7a9c2fddd6870cd891cd085dd284d153c /src/elementaryFunctions/acos/Makefile.am | |
parent | 30bc67048ea86d33cc07606eed4c396daf9abd41 (diff) | |
download | scilab2c-05cd5ae384d6d8b34d263061fe87749c919dcbb5.tar.gz scilab2c-05cd5ae384d6d8b34d263061fe87749c919dcbb5.tar.bz2 scilab2c-05cd5ae384d6d8b34d263061fe87749c919dcbb5.zip |
Change tests file
Diffstat (limited to 'src/elementaryFunctions/acos/Makefile.am')
-rw-r--r-- | src/elementaryFunctions/acos/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/elementaryFunctions/acos/Makefile.am b/src/elementaryFunctions/acos/Makefile.am index a09873e5..6d62772d 100644 --- a/src/elementaryFunctions/acos/Makefile.am +++ b/src/elementaryFunctions/acos/Makefile.am @@ -38,6 +38,7 @@ HEAD = ../includes/acos.h \ #### check_INCLUDES = -I $(top_builddir)/elementaryFunctions/includes \ + -I $(top_builddir)/includes \ -I $(top_builddir)/type check_LDADD = $(top_builddir)/type/libDoubleComplex.la \ |