diff options
author | jofret | 2009-04-28 09:51:58 +0000 |
---|---|---|
committer | jofret | 2009-04-28 09:51:58 +0000 |
commit | b785c4a2f3debaeabec429dbeccc6bd958b9bbb5 (patch) | |
tree | ae4b6e594fca07478d05b292641e949e6356c64f /src/c/matrixOperations/trace/Makefile.am | |
parent | a053334159f43b809e10a81cb0d520ffc9fba620 (diff) | |
download | scilab2c-b785c4a2f3debaeabec429dbeccc6bd958b9bbb5.tar.gz scilab2c-b785c4a2f3debaeabec429dbeccc6bd958b9bbb5.tar.bz2 scilab2c-b785c4a2f3debaeabec429dbeccc6bd958b9bbb5.zip |
Update Autotools with new PATH
Diffstat (limited to 'src/c/matrixOperations/trace/Makefile.am')
-rw-r--r-- | src/c/matrixOperations/trace/Makefile.am | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/src/c/matrixOperations/trace/Makefile.am b/src/c/matrixOperations/trace/Makefile.am index 041245cd..ddf72b80 100644 --- a/src/c/matrixOperations/trace/Makefile.am +++ b/src/c/matrixOperations/trace/Makefile.am @@ -10,8 +10,8 @@ ## ## -libMatrixTrace_la_CFLAGS = -I $(top_builddir)/type \ - -I $(top_builddir)/matrixOperations/includes +libMatrixTrace_la_CFLAGS = -I $(top_builddir)/src/c/type \ + -I $(top_builddir)/src/c/matrixOperations/includes instdir = $(top_builddir)/lib @@ -20,19 +20,19 @@ pkglib_LTLIBRARIES = libMatrixTrace.la HEAD = ../includes/matrixTrace.h libMatrixTrace_la_SOURCES = $(HEAD) \ - stracea.c \ - dtracea.c \ - ctracea.c \ - ztracea.c + stracea.c \ + dtracea.c \ + ctracea.c \ + ztracea.c check_PROGRAMS = testMatrixTrace -check_LDADD = $(top_builddir)/type/libDoubleComplex.la \ - $(top_builddir)/type/libFloatComplex.la \ +check_LDADD = $(top_builddir)/src/c/type/libDoubleComplex.la \ + $(top_builddir)/src/c/type/libFloatComplex.la \ libMatrixTrace.la -check_INCLUDES = -I $(top_builddir)/type \ - -I $(top_builddir)/matrixOperations/includes +check_INCLUDES = -I $(top_builddir)/src/c/type \ + -I $(top_builddir)/src/c/matrixOperations/includes testMatrixTrace_SOURCES = testMatrixTrace.c testMatrixTrace_LDADD = $(check_LDADD) |