summaryrefslogtreecommitdiff
path: root/src/auxiliaryFunctions/pythag
diff options
context:
space:
mode:
Diffstat (limited to 'src/auxiliaryFunctions/pythag')
-rw-r--r--src/auxiliaryFunctions/pythag/Makefile.am2
-rw-r--r--src/auxiliaryFunctions/pythag/Makefile.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/auxiliaryFunctions/pythag/Makefile.am b/src/auxiliaryFunctions/pythag/Makefile.am
index 001462f3..4f61a033 100644
--- a/src/auxiliaryFunctions/pythag/Makefile.am
+++ b/src/auxiliaryFunctions/pythag/Makefile.am
@@ -42,7 +42,7 @@ TESTS = testPythag
#
# -*- Pythag Tests -*-
#
-testPythag_SOURCES = testPythag.c
+testPythag_SOURCES = testPythag.h testPythag.c
testPythag_CFLAGS = $(check_INCLUDES)
testPythag_LDADD = $(top_builddir)/type/libFloatComplex.la \
$(top_builddir)/type/libDoubleComplex.la \
diff --git a/src/auxiliaryFunctions/pythag/Makefile.in b/src/auxiliaryFunctions/pythag/Makefile.in
index 19328bc0..3592fcb7 100644
--- a/src/auxiliaryFunctions/pythag/Makefile.in
+++ b/src/auxiliaryFunctions/pythag/Makefile.in
@@ -225,7 +225,7 @@ check_INCLUDES = -I $(top_builddir)/auxiliaryFunctions/includes \
#
# -*- Pythag Tests -*-
#
-testPythag_SOURCES = testPythag.c
+testPythag_SOURCES = testPythag.h testPythag.c
testPythag_CFLAGS = $(check_INCLUDES)
testPythag_LDADD = $(top_builddir)/type/libFloatComplex.la \
$(top_builddir)/type/libDoubleComplex.la \