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/rand/Makefile.in | |
parent | 09444cda0c8355cfb49c2a96e807512d0b3124c8 (diff) | |
download | scilab2c-77fcbaff09e20e321342f6552f19a2f89701cd46.tar.gz scilab2c-77fcbaff09e20e321342f6552f19a2f89701cd46.tar.bz2 scilab2c-77fcbaff09e20e321342f6552f19a2f89701cd46.zip |
Enable make dist work
Diffstat (limited to 'src/auxiliaryFunctions/rand/Makefile.in')
-rw-r--r-- | src/auxiliaryFunctions/rand/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/auxiliaryFunctions/rand/Makefile.in b/src/auxiliaryFunctions/rand/Makefile.in index 40cc6a87..10b45e6e 100644 --- a/src/auxiliaryFunctions/rand/Makefile.in +++ b/src/auxiliaryFunctions/rand/Makefile.in @@ -224,7 +224,7 @@ check_INCLUDES = -I $(top_builddir)/auxiliaryFunctions/includes \ # # -*- Rand Tests -*- # -testRand_SOURCES = testRand.c +testRand_SOURCES = testRand.h testRand.c testRand_CFLAGS = $(check_INCLUDES) testRand_LDADD = $(top_builddir)/type/libDoubleComplex.la \ $(top_builddir)/type/libFloatComplex.la \ |