summaryrefslogtreecommitdiff
path: root/icc/Jamfile
diff options
context:
space:
mode:
Diffstat (limited to 'icc/Jamfile')
-rw-r--r--icc/Jamfile9
1 files changed, 6 insertions, 3 deletions
diff --git a/icc/Jamfile b/icc/Jamfile
index 9f27848..4bedbba 100644
--- a/icc/Jamfile
+++ b/icc/Jamfile
@@ -45,6 +45,12 @@ MainsFromSources mkDispProf.c ;
if $(BUILD_JUNK) {
+ HDRS += ../plot ;
+ LINKLIBS += ../plot/libvrml ;
+
+ #Monotonic behaviour checker
+ MainsFromSources mcheck.c ;
+
# MainsFromSources tt.c ;
MainsFromSources mksRGB.c ;
@@ -64,9 +70,6 @@ if $(BUILD_JUNK) {
# check CIEDE2000
MainsFromSources testDE2K.c ;
-
- #Monotonic behaviour checker
- MainsFromSources mcheck.c ;
}