summaryrefslogtreecommitdiff
path: root/scanin/Jamfile
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2015-05-01 16:24:15 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2015-05-01 16:24:15 +0200
commita30ba67504ffd12c4db499adbb5ce47a7d1f6036 (patch)
tree9ae1a7e3849dda6bbb5c578232f6f2fa5b2e7e7e /scanin/Jamfile
parent89e99e8a827859729729dfc92d74be4a8f96f1a4 (diff)
parent094535c010320967639e8e86f974d878e80baa72 (diff)
New release 1.7.0
Diffstat (limited to 'scanin/Jamfile')
-rw-r--r--scanin/Jamfile11
1 files changed, 8 insertions, 3 deletions
diff --git a/scanin/Jamfile b/scanin/Jamfile
index 57d90d2..7a1ab7a 100644
--- a/scanin/Jamfile
+++ b/scanin/Jamfile
@@ -9,10 +9,10 @@ Libraries = libscanrd ;
Executables = scanin ;
Headers = scanrd.h ;
Samples = it8.cht ColorChecker.cht ColorChecker.cie ColorCheckerDC.cht ColorCheckerDC.ti2
- ColorCheckerSG.cht Hutchcolor.cht i1_RGB_Scan_1.4.cht
+ ColorCheckerSG.cht ColorCheckerSG.ti2 Hutchcolor.cht i1_RGB_Scan_1.4.cht
ColorCheckerPassport.cht ColorCheckerPassport.cie
QPcard_201.cht QPcard_201.cie QPcard_202.cht QPcard_202.cie CMP_DT_003.cht
- CMP_Digital_Target-3.cht CMP_Digital_Target-3.ti2 CMP_Digital_Target-3.cie
+ CMP_Digital_Target-4.cht CMP_Digital_Target-4.ti2 CMP_Digital_Target-4.cie
LaserSoftDCPro.cht SpyderChecker.cht SpyderChecker.cie ;
#Install
@@ -30,4 +30,9 @@ Main scanin : scanin.c ;
ObjectHdrs scanin : ../h ../numlib ../icc ../cgats ../rspl ../xicc ../gamut ../spectro $(TIFFINC) ;
LinkLibraries scanin : libscanrd ../xicc/libxicc ../spectro/libinsttypes
../gamut/libgamut ../rspl/librspl ../cgats/libcgats
- ../icc/libicc ../numlib/libnum ../plot/libplot ../plot/libvrml $(TIFFLIB) $(JPEGLIB) ;
+ ../icc/libicc ../plot/libplot ../plot/libvrml
+ ../numlib/libnum ../numlib/libui
+ $(TIFFLIB) $(JPEGLIB) ;
+
+
+