diff options
author | jofret | 2008-06-26 17:18:30 +0000 |
---|---|---|
committer | jofret | 2008-06-26 17:18:30 +0000 |
commit | 77fcbaff09e20e321342f6552f19a2f89701cd46 (patch) | |
tree | 3a8800127c51a06f21c9b1d5db47b9ce651314c1 /src/auxiliaryFunctions/isnan/Makefile.am | |
parent | 09444cda0c8355cfb49c2a96e807512d0b3124c8 (diff) | |
download | scilab2c-77fcbaff09e20e321342f6552f19a2f89701cd46.tar.gz scilab2c-77fcbaff09e20e321342f6552f19a2f89701cd46.tar.bz2 scilab2c-77fcbaff09e20e321342f6552f19a2f89701cd46.zip |
Enable make dist work
Diffstat (limited to 'src/auxiliaryFunctions/isnan/Makefile.am')
-rw-r--r-- | src/auxiliaryFunctions/isnan/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/auxiliaryFunctions/isnan/Makefile.am b/src/auxiliaryFunctions/isnan/Makefile.am index 1106f2da..ed770b96 100644 --- a/src/auxiliaryFunctions/isnan/Makefile.am +++ b/src/auxiliaryFunctions/isnan/Makefile.am @@ -40,7 +40,7 @@ TESTS = testIsnan # # -*- Isnan Tests -*- # -testIsnan_SOURCES = testIsNan.c +testIsnan_SOURCES = testIsNan.h testIsNan.c testIsnan_CFLAGS = $(check_INCLUDES) testIsnan_LDADD = $(top_builddir)/type/libDoubleComplex.la \ $(top_builddir)/type/libFloatComplex.la \ |