summaryrefslogtreecommitdiff
path: root/src/auxiliaryFunctions/rand
diff options
context:
space:
mode:
Diffstat (limited to 'src/auxiliaryFunctions/rand')
-rw-r--r--src/auxiliaryFunctions/rand/Makefile.am2
-rw-r--r--src/auxiliaryFunctions/rand/Makefile.in2
2 files changed, 2 insertions, 2 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 \
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 \