diff options
Diffstat (limited to 'rspl')
-rw-r--r-- | rspl/Jamfile | 2 | ||||
-rwxr-xr-x | rspl/smtmpp.c | 1 | ||||
-rwxr-xr-x | rspl/smtnd.c | 1 | ||||
-rwxr-xr-x | rspl/t2d.c | 1 | ||||
-rwxr-xr-x | rspl/t2ddf.c | 1 | ||||
-rwxr-xr-x | rspl/t3d.c | 1 | ||||
-rwxr-xr-x | rspl/t3ddf.c | 1 |
7 files changed, 7 insertions, 1 deletions
diff --git a/rspl/Jamfile b/rspl/Jamfile index 6f80f9f..d007562 100644 --- a/rspl/Jamfile +++ b/rspl/Jamfile @@ -69,7 +69,7 @@ if ( $(HOME) = "D:\\usr\\graeme" && $(PWD) = "/src/argyll/rspl" ) Main lchw_solve : lchw_solve.c : : : ../h ../numlib ../icc ../plot : : ../plot/libplot ../icc/libicc ../numlib/libui ../numlib/libnum ; Main lchw_deriv : lchw_deriv.c : : : ../h ../numlib ../icc ../plot : : ../plot/libplot ../icc/libicc ../numlib/libui ../numlib/libnum ; Main lchw_2deriv : lchw_2deriv.c : : : ../h ../numlib ../icc ../plot : : ../plot/libplot ../icc/libicc ../numlib/libui ../numlib/libnum ; - Main crossv : crossv.c : : : ../numlib ../plot : : ../plot/libplot ../numlib/libui ../numlib/libnum ; + Main crossv : crossv.c : : : ../h ../numlib ../plot : : ../plot/libplot ../numlib/libui ../numlib/libnum ; } if $(BUILD_JUNK) { diff --git a/rspl/smtmpp.c b/rspl/smtmpp.c index 1264d4b..baa01b7 100755 --- a/rspl/smtmpp.c +++ b/rspl/smtmpp.c @@ -25,6 +25,7 @@ #include <stdio.h> #include <fcntl.h> #include <math.h> +#include "aconfig.h" #include "rspl.h" #include "numlib.h" #include "xicc.h" diff --git a/rspl/smtnd.c b/rspl/smtnd.c index 355d20b..b4eeab9 100755 --- a/rspl/smtnd.c +++ b/rspl/smtnd.c @@ -23,6 +23,7 @@ #include <stdio.h> #include <fcntl.h> #include <math.h> +#include "aconfig.h" #include "rspl.h" #include "numlib.h" #include "xicc.h" /* For mpp support */ @@ -19,6 +19,7 @@ #include <stdlib.h> #include <fcntl.h> #include <math.h> +#include "aconfig.h" #include "rspl.h" #include "tiffio.h" #include "plot.h" diff --git a/rspl/t2ddf.c b/rspl/t2ddf.c index 115d5f5..926968f 100755 --- a/rspl/t2ddf.c +++ b/rspl/t2ddf.c @@ -19,6 +19,7 @@ #include <stdlib.h> #include <fcntl.h> #include <math.h> +#include "aconfig.h" #include "rspl.h" #include "tiffio.h" #include "plot.h" @@ -19,6 +19,7 @@ #include <stdlib.h> #include <fcntl.h> #include <math.h> +#include "aconfig.h" #include "rspl.h" #include "tiffio.h" #include "plot.h" diff --git a/rspl/t3ddf.c b/rspl/t3ddf.c index 4a43f0d..65b0678 100755 --- a/rspl/t3ddf.c +++ b/rspl/t3ddf.c @@ -19,6 +19,7 @@ #include <stdlib.h> #include <fcntl.h> #include <math.h> +#include "aconfig.h" #include "rspl.h" #include "tiffio.h" #include "plot.h" |