diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2018-07-11 22:20:14 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2018-07-11 22:20:14 +0200 |
commit | 7beb00cd8d28c3d5893ce3db907a828d64afdea9 (patch) | |
tree | 395a3dee2fe197b8284dee02c5f527889df78413 /rspl | |
parent | e2d30e0583c047a4bedf4c8d0c86320f1b3fd8ed (diff) | |
parent | a0442ed58dee48a521ea053083ea967894507898 (diff) |
Update upstream source from tag 'upstream/2.0.1+repack'
Update to upstream version '2.0.1+repack'
with Debian dir 6edb5dd2df9aca152662fc4a8f72bd6d86f8552e
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" |