From a0442ed58dee48a521ea053083ea967894507898 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Wed, 11 Jul 2018 22:19:56 +0200 Subject: New upstream version 2.0.1+repack --- rspl/Jamfile | 2 +- rspl/smtmpp.c | 1 + rspl/smtnd.c | 1 + rspl/t2d.c | 1 + rspl/t2ddf.c | 1 + rspl/t3d.c | 1 + rspl/t3ddf.c | 1 + 7 files changed, 7 insertions(+), 1 deletion(-) (limited to 'rspl') 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 #include #include +#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 #include #include +#include "aconfig.h" #include "rspl.h" #include "numlib.h" #include "xicc.h" /* For mpp support */ diff --git a/rspl/t2d.c b/rspl/t2d.c index e3f304c..6c1f742 100755 --- a/rspl/t2d.c +++ b/rspl/t2d.c @@ -19,6 +19,7 @@ #include #include #include +#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 #include #include +#include "aconfig.h" #include "rspl.h" #include "tiffio.h" #include "plot.h" diff --git a/rspl/t3d.c b/rspl/t3d.c index c526669..d3a77b0 100755 --- a/rspl/t3d.c +++ b/rspl/t3d.c @@ -19,6 +19,7 @@ #include #include #include +#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 #include #include +#include "aconfig.h" #include "rspl.h" #include "tiffio.h" #include "plot.h" -- cgit v1.2.3