summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--raster/Jamfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/raster/Jamfile b/raster/Jamfile
index 64a3c698..6c8d2830 100644
--- a/raster/Jamfile
+++ b/raster/Jamfile
@@ -12,6 +12,7 @@ Library libraster :
pathfill.c
pathstroke.c
render.c
+ blendmodes.c
;
if $(OSPLAT) = PPC { Library libraster : archppc.c ; }