Skip to content

Commit de3577c

Browse files
committed
Fix make doc
1 parent e6c2509 commit de3577c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ include ../src/Makefile.filelist
44
OCAMLDOC := ${OCAMLFIND} ocamldoc
55
ODOC_WIKI := odoc_wiki.cma
66

7-
LIBS := -package lwt,lwt_ssl,tyxml,ssl,netstring,netstring-pcre,ipaddr \
7+
LIBS := -package lwt,lwt_log,lwt_ssl,tyxml,ssl,netstring,netstring-pcre,ipaddr,xml-light \
88
${addprefix -I ../src/, baselib http server extensions }
99

1010
doc: api-html/index.html

0 commit comments

Comments
 (0)