diff options
author | jofret | 2009-04-28 09:16:15 +0000 |
---|---|---|
committer | jofret | 2009-04-28 09:16:15 +0000 |
commit | 287461d8ab1a3aa5370e4701c12678ec78b2f44e (patch) | |
tree | dd5670184264b1928817b543f9cfbdac10a9dc34 /src/c/auxiliaryFunctions/rand/Makefile.am | |
parent | 8e9c9741e9af54ce2bf119efc419b73df40edca6 (diff) | |
download | scilab2c-287461d8ab1a3aa5370e4701c12678ec78b2f44e.tar.gz scilab2c-287461d8ab1a3aa5370e4701c12678ec78b2f44e.tar.bz2 scilab2c-287461d8ab1a3aa5370e4701c12678ec78b2f44e.zip |
Update Autotools with new PATH
Diffstat (limited to 'src/c/auxiliaryFunctions/rand/Makefile.am')
-rw-r--r-- | src/c/auxiliaryFunctions/rand/Makefile.am | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/c/auxiliaryFunctions/rand/Makefile.am b/src/c/auxiliaryFunctions/rand/Makefile.am index 26421b2b..5a7edb4e 100644 --- a/src/c/auxiliaryFunctions/rand/Makefile.am +++ b/src/c/auxiliaryFunctions/rand/Makefile.am @@ -34,8 +34,8 @@ HEAD = ../includes/rand.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 = testRand @@ -46,7 +46,7 @@ TESTS = testRand # testRand_SOURCES = testRand.h testRand.c testRand_CFLAGS = $(check_INCLUDES) -testRand_LDADD = $(top_builddir)/type/libDoubleComplex.la \ - $(top_builddir)/type/libFloatComplex.la \ - $(top_builddir)/auxiliaryFunctions/rand/libRand.la \ +testRand_LDADD = $(top_builddir)/src/c/type/libDoubleComplex.la \ + $(top_builddir)/src/c/type/libFloatComplex.la \ + $(top_builddir)/src/c/auxiliaryFunctions/rand/libRand.la \ @LIBMATH@ |