Skip to content
This repository was archived by the owner on Feb 19, 2025. It is now read-only.

Commit 04b749b

Browse files
Jon LudlamKonstantina Chremmou
authored andcommitted
Use xcp package rather than log (Debug & co have moved)
Signed-off-by: Jon Ludlam <[email protected]>
1 parent bdc2315 commit 04b749b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OMakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ CSHARP_SAM_TMP=$(BINDINGS_TMP)/XenServer.NET-sam/XenServer.NET
4242

4343
OCAMLINCLUDES += .. $(DATAMODEL_DIR)
4444
OCAMLFLAGS += -dtypes -I $(DATAMODEL_DIR) -thread
45-
OCAMLPACKS += rpclib getopt xmlm xml-light2 uuid stdext log unix
45+
OCAMLPACKS += rpclib getopt xmlm xml-light2 uuid stdext xcp unix
4646
OCAML_LIBS += $(DATAMODEL_DIR)/datamodel
4747

4848
.PHONY: clean dist

0 commit comments

Comments
 (0)