diff options
author | jofret | 2009-04-28 09:25:22 +0000 |
---|---|---|
committer | jofret | 2009-04-28 09:25:22 +0000 |
commit | a053334159f43b809e10a81cb0d520ffc9fba620 (patch) | |
tree | 7317b08aaaed03ea4e645ac362a7bb36926c843e /src/c/statisticsFunctions/max/Makefile.am | |
parent | 287461d8ab1a3aa5370e4701c12678ec78b2f44e (diff) | |
download | scilab2c-a053334159f43b809e10a81cb0d520ffc9fba620.tar.gz scilab2c-a053334159f43b809e10a81cb0d520ffc9fba620.tar.bz2 scilab2c-a053334159f43b809e10a81cb0d520ffc9fba620.zip |
Update Autotools with new PATH
Diffstat (limited to 'src/c/statisticsFunctions/max/Makefile.am')
-rw-r--r-- | src/c/statisticsFunctions/max/Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/c/statisticsFunctions/max/Makefile.am b/src/c/statisticsFunctions/max/Makefile.am index 1ef7fd90..8c122565 100644 --- a/src/c/statisticsFunctions/max/Makefile.am +++ b/src/c/statisticsFunctions/max/Makefile.am @@ -10,7 +10,7 @@ ## ## -libMax_la_CFLAGS = -I $(top_builddir)/statisticsFunctions/includes +libMax_la_CFLAGS = -I $(top_builddir)/src/c/statisticsFunctions/includes instdir = $(top_builddir)/lib @@ -23,7 +23,7 @@ SRC = smaxa.c \ scolumnmaxa.c \ dmaxa.c \ drowmaxa.c \ - dcolumnmaxa.c + dcolumnmaxa.c HEAD = ../includes/statMax.h @@ -31,9 +31,9 @@ HEAD = ../includes/statMax.h # Checking Part #### -check_INCLUDES = -I $(top_builddir)/statisticsFunctions/includes +check_INCLUDES = -I $(top_builddir)/src/c/statisticsFunctions/includes -check_LDADD = $(top_builddir)/statisticsFunctions/max/libMax.la +check_LDADD = $(top_builddir)/src/c/statisticsFunctions/max/libMax.la check_PROGRAMS = testFloatMax testDoubleMax |