From 287461d8ab1a3aa5370e4701c12678ec78b2f44e Mon Sep 17 00:00:00 2001 From: jofret Date: Tue, 28 Apr 2009 09:16:15 +0000 Subject: Update Autotools with new PATH --- src/c/auxiliaryFunctions/length/Makefile.am | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/c/auxiliaryFunctions/length/Makefile.am') diff --git a/src/c/auxiliaryFunctions/length/Makefile.am b/src/c/auxiliaryFunctions/length/Makefile.am index bc6f6472..dfe0a983 100644 --- a/src/c/auxiliaryFunctions/length/Makefile.am +++ b/src/c/auxiliaryFunctions/length/Makefile.am @@ -25,8 +25,8 @@ HEAD = ../includes/length.h # Checking Part #### -check_INCLUDES = -I $(top_builddir)/auxiliaryFunctions/includes \ - -I $(top_builddir)/type +check_INCLUDES = -I $(top_builddir)/src/c/auxiliaryFunctions/includes \ + -I $(top_builddir)/src/c/type check_PROGRAMS = testLength @@ -37,7 +37,7 @@ TESTS = testLength # 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 \ +testLength_LDADD = $(top_builddir)/src/c/type/libDoubleComplex.la \ + $(top_builddir)/src/c/type/libFloatComplex.la \ + $(top_builddir)/src/c/auxiliaryFunctions/length/libLength.la \ @LIBMATH@ -- cgit