summaryrefslogtreecommitdiff
path: root/xicc/Jamfile
diff options
context:
space:
mode:
Diffstat (limited to 'xicc/Jamfile')
-rwxr-xr-x[-rw-r--r--]xicc/Jamfile6
1 files changed, 6 insertions, 0 deletions
diff --git a/xicc/Jamfile b/xicc/Jamfile
index 169b471..29fcbf4 100644..100755
--- a/xicc/Jamfile
+++ b/xicc/Jamfile
@@ -39,6 +39,8 @@ LINKLIBS = libxicc ../spectro/libinsttypes ../gamut/libgamut ../rspl/librspl
../numlib/libnum ../numlib/libui
$(TIFFLIB) $(JPEGLIB) ;
+LINKFLAGS += $(GUILINKFLAGS) ;
+
# Not created yet
#Main xicctest : xicctest.c ;
@@ -145,10 +147,14 @@ if [ GLOB [ NormPaths . ] : cam16.c ] {
Main cam16vecplot : cam16vecplot.c cam16.c ;
}
+#Main Lpttune : Lpttune.c ;
+
if $(BUILD_JUNK) {
LINKLIBS += ../render/librender ;
+ Main Lpttune : Lpttune.c ;
+
Main illlocus : illlocus.c ;
Main illlocus2 : illlocus2.c ;