summaryrefslogtreecommitdiff
path: root/src/auxiliaryFunctions/rand/Makefile.am
diff options
context:
space:
mode:
authorjofret2008-06-26 17:18:30 +0000
committerjofret2008-06-26 17:18:30 +0000
commit77fcbaff09e20e321342f6552f19a2f89701cd46 (patch)
tree3a8800127c51a06f21c9b1d5db47b9ce651314c1 /src/auxiliaryFunctions/rand/Makefile.am
parent09444cda0c8355cfb49c2a96e807512d0b3124c8 (diff)
downloadscilab2c-77fcbaff09e20e321342f6552f19a2f89701cd46.tar.gz
scilab2c-77fcbaff09e20e321342f6552f19a2f89701cd46.tar.bz2
scilab2c-77fcbaff09e20e321342f6552f19a2f89701cd46.zip
Enable make dist work
Diffstat (limited to 'src/auxiliaryFunctions/rand/Makefile.am')
-rw-r--r--src/auxiliaryFunctions/rand/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/auxiliaryFunctions/rand/Makefile.am b/src/auxiliaryFunctions/rand/Makefile.am
index 95f24f98..26421b2b 100644
--- a/src/auxiliaryFunctions/rand/Makefile.am
+++ b/src/auxiliaryFunctions/rand/Makefile.am
@@ -44,7 +44,7 @@ TESTS = testRand
#
# -*- 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 \