diff options
Diffstat (limited to 'src/auxiliaryFunctions/rand/Makefile.am')
-rw-r--r-- | src/auxiliaryFunctions/rand/Makefile.am | 2 |
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 \ |