diff options
Diffstat (limited to 'src/auxiliaryFunctions/isempty')
-rw-r--r-- | src/auxiliaryFunctions/isempty/Makefile.am | 2 | ||||
-rw-r--r-- | src/auxiliaryFunctions/isempty/Makefile.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/auxiliaryFunctions/isempty/Makefile.am b/src/auxiliaryFunctions/isempty/Makefile.am index b34a3450..04e6890b 100644 --- a/src/auxiliaryFunctions/isempty/Makefile.am +++ b/src/auxiliaryFunctions/isempty/Makefile.am @@ -40,7 +40,7 @@ TESTS = testIsEmpty # # -*- Isempty Tests -*- # -testIsEmpty_SOURCES = testIsEmpty.c +testIsEmpty_SOURCES = testIsEmpty.h testIsEmpty.c testIsEmpty_CFLAGS = $(check_INCLUDES) testIsEmpty_LDADD = $(top_builddir)/type/libDoubleComplex.la \ $(top_builddir)/type/libFloatComplex.la \ diff --git a/src/auxiliaryFunctions/isempty/Makefile.in b/src/auxiliaryFunctions/isempty/Makefile.in index c3f7c039..7a139821 100644 --- a/src/auxiliaryFunctions/isempty/Makefile.in +++ b/src/auxiliaryFunctions/isempty/Makefile.in @@ -220,7 +220,7 @@ check_INCLUDES = -I $(top_builddir)/auxiliaryFunctions/includes \ # # -*- Isempty Tests -*- # -testIsEmpty_SOURCES = testIsEmpty.c +testIsEmpty_SOURCES = testIsEmpty.h testIsEmpty.c testIsEmpty_CFLAGS = $(check_INCLUDES) testIsEmpty_LDADD = $(top_builddir)/type/libDoubleComplex.la \ $(top_builddir)/type/libFloatComplex.la \ |