diff options
Diffstat (limited to 'src/auxiliaryFunctions/length')
-rw-r--r-- | src/auxiliaryFunctions/length/Makefile.am | 8 | ||||
-rw-r--r-- | src/auxiliaryFunctions/length/Makefile.in | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/src/auxiliaryFunctions/length/Makefile.am b/src/auxiliaryFunctions/length/Makefile.am index 4e774c93..bc6f6472 100644 --- a/src/auxiliaryFunctions/length/Makefile.am +++ b/src/auxiliaryFunctions/length/Makefile.am @@ -35,9 +35,9 @@ TESTS = testLength # # -*- Length Tests -*- # -testLength_SOURCES = testLength.c +testLength_SOURCES = testLength.h testLength.c testLength_CFLAGS = $(check_INCLUDES) testLength_LDADD = $(top_builddir)/type/libDoubleComplex.la \ - $(top_builddir)/type/libFloatComplex.la \ - $(top_builddir)/auxiliaryFunctions/length/libLength.la \ - @LIBMATH@ + $(top_builddir)/type/libFloatComplex.la \ + $(top_builddir)/auxiliaryFunctions/length/libLength.la \ + @LIBMATH@ diff --git a/src/auxiliaryFunctions/length/Makefile.in b/src/auxiliaryFunctions/length/Makefile.in index 6af64a9e..03099b15 100644 --- a/src/auxiliaryFunctions/length/Makefile.in +++ b/src/auxiliaryFunctions/length/Makefile.in @@ -212,12 +212,12 @@ check_INCLUDES = -I $(top_builddir)/auxiliaryFunctions/includes \ # # -*- Length Tests -*- # -testLength_SOURCES = testLength.c +testLength_SOURCES = testLength.h testLength.c testLength_CFLAGS = $(check_INCLUDES) testLength_LDADD = $(top_builddir)/type/libDoubleComplex.la \ - $(top_builddir)/type/libFloatComplex.la \ - $(top_builddir)/auxiliaryFunctions/length/libLength.la \ - @LIBMATH@ + $(top_builddir)/type/libFloatComplex.la \ + $(top_builddir)/auxiliaryFunctions/length/libLength.la \ + @LIBMATH@ all: all-am |