Skip to content

Commit 60336c2

Browse files
committed
Fix the doc compilation by adding ipaddr to the packages
1 parent 04ecb80 commit 60336c2

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,tyxml,ssl,netstring-pcre \
7+
LIBS := -package lwt,tyxml,ssl,netstring-pcre,ipaddr \
88
${addprefix -I ../src/, baselib http server extensions }
99

1010
doc: api-html/index.html

0 commit comments

Comments
 (0)