summaryrefslogtreecommitdiff
path: root/fitz/Jamfile
diff options
context:
space:
mode:
Diffstat (limited to 'fitz/Jamfile')
-rw-r--r--fitz/Jamfile3
1 files changed, 1 insertions, 2 deletions
diff --git a/fitz/Jamfile b/fitz/Jamfile
index 7099185e..61f2583d 100644
--- a/fitz/Jamfile
+++ b/fitz/Jamfile
@@ -17,11 +17,10 @@ Library libfitz :
base_memory.c
base_rect.c
base_rune.c
+ base_string.c
base_cleanname.c
;
-if $(NEED_STRLCPY) { Library libfitz : util_strlcpy.c ; }
-if $(NEED_STRSEP) { Library libfitz : util_strsep.c ; }
if $(NEED_GETOPT) { Library libfitz : util_getopt.c ; }
# MSVC does not have gettimeofday()