diff options
Diffstat (limited to 'src/auxiliaryFunctions/length/Makefile.in')
-rw-r--r-- | src/auxiliaryFunctions/length/Makefile.in | 8 |
1 files changed, 4 insertions, 4 deletions
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 |