summaryrefslogtreecommitdiff
path: root/Jamfile
diff options
context:
space:
mode:
Diffstat (limited to 'Jamfile')
-rw-r--r--Jamfile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Jamfile b/Jamfile
index 3745d795..30074d0f 100644
--- a/Jamfile
+++ b/Jamfile
@@ -203,6 +203,11 @@ Main pdffunction : test/pdffunction.c ;
Main x11pdf : test/x11pdf.c test/ximage.c ;
+CCFLAGS += `gtk-config --cflags` ;
+LINKLIBS on gtkpdf = $(LINKLIBS) `gtk-config --libs` -lgthread ;
+
+Main gtkpdf : test/gtkpdf.c ;
+
LinkLibraries
pdfclean
pdfdebug
@@ -210,5 +215,6 @@ LinkLibraries
pdfrip
pdffunction
x11pdf
+ gtkpdf
: libmupdf libfonts libfitz ;