Skip to content

Commit 75d5cf4

Browse files
committed
Further ppx updates
Signed-off-by: Jon Ludlam <[email protected]>
1 parent 805f108 commit 75d5cf4

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

ocaml/OMakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# You must set your XEN_ROOT env var before building
22
XEN_CFLAGS = -I$(XEN_ROOT)/usr/include
33
OCAMLINCLUDES = $(ROOT)/ocaml/idl +ocamldoc
4-
OCAML_LIBS = $(ROOT)/ocaml/util/version $(ROOT)/ocaml/util/stats
4+
OCAML_LIBS = $(ROOT)/ocaml/util/xapi_version $(ROOT)/ocaml/util/stats
55
OCAMLPACKS = stdext uuid gzip
66

77
.SUBDIRS: \

ocaml/cdrommon/OMakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
OCAML_LIBS = ../util/version ../idl/ocaml_backend/common
1+
OCAML_LIBS = ../util/xapi_version ../idl/ocaml_backend/common
22
OCAMLINCLUDES = ../xapi
33
OCAMLPACKS += unix cdrom xcp-inventory
44

ocaml/database/OMakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ DATABASE_SERVER_FILES = database_server_main test_schemas ../autogen/db_actions
2020
DATABASE_TEST_FILES = db_cache_test test_schemas
2121
section:
2222
#XXX there are lots of interdependencies which we should be aim to remove
23-
OCAML_LIBS += ../util/version ../idl/ocaml_backend/common ../idl/ocaml_backend/client ../util/stats ../idl/ocaml_backend/server
23+
OCAML_LIBS += ../util/xapi_version ../idl/ocaml_backend/common ../idl/ocaml_backend/client ../util/stats ../idl/ocaml_backend/server
2424
OCamlProgram(database_server, $(DATABASE_SERVER_FILES))
2525
OCamlProgram(database_test, $(DATABASE_TEST_FILES))
2626

ocaml/db_process/OMakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
OCAML_LIBS = ../util/version ../idl/ocaml_backend/common ../idl/ocaml_backend/client ../util/stats ../idl/ocaml_backend/server
1+
OCAML_LIBS = ../util/xapi_version ../idl/ocaml_backend/common ../idl/ocaml_backend/client ../util/stats ../idl/ocaml_backend/server
22
OCAMLINCLUDES = ../idl/ocaml_backend ../xapi ../database
33
OCAMLPACKS = xml-light2 uuid sexpr xcp stunnel http-svr gzip uuid xcp-inventory
44

ocaml/events/OMakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
OCAML_LIBS = ../util/version ../idl/ocaml_backend/common ../idl/ocaml_backend/client
1+
OCAML_LIBS = ../util/xapi_version ../idl/ocaml_backend/common ../idl/ocaml_backend/client
22
OCAMLINCLUDES = ../idl/ocaml_backend ../autogen
33
OCAMLPACKS = xml-light2 stdext stunnel http-svr xcp rpclib uuid
44

ocaml/graph/OMakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
OCAML_LIBS = ../util/version ../idl/ocaml_backend/common ../idl/ocaml_backend/client
1+
OCAML_LIBS = ../util/xapi_version ../idl/ocaml_backend/common ../idl/ocaml_backend/client
22
OCAMLINCLUDES = ../idl/ocaml_backend ../idl ../autogen
33
OCAMLPACKS = xml-light2 stdext stunnel http-svr xcp rpclib uuid
44

ocaml/license/OMakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
OCAML_LIBS = ../util/version ../idl/ocaml_backend/xapi_client
1+
OCAML_LIBS = ../util/xapi_version ../idl/ocaml_backend/xapi_client
22
OCAMLINCLUDES = ../idl/ocaml_backend ../idl ../autogen ../xapi ../gpg ../util
33
OCAMLPACKS = xml-light2 stdext stunnel http-svr xcp rpclib uuid systemd
44

ocaml/mpathalert/OMakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
OCAML_LIBS = ../util/version ../idl/ocaml_backend/common ../idl/ocaml_backend/client
1+
OCAML_LIBS = ../util/xapi_version ../idl/ocaml_backend/common ../idl/ocaml_backend/client
22
OCAMLINCLUDES = ../idl/ocaml_backend/ ../idl ../autogen
33
OCAMLPACKS = xml-light2 stdext stunnel http-svr xcp rpclib uuid
44

ocaml/perftest/OMakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
OCAML_LIBS = ../util/version ../idl/ocaml_backend/common ../idl/ocaml_backend/client
1+
OCAML_LIBS = ../util/xapi_version ../idl/ocaml_backend/common ../idl/ocaml_backend/client
22
OCAMLINCLUDES = ../idl/ocaml_backend ../xapi ../idl ../autogen ../client_records
33
OCAMLPACKS = xml-light2 stdext stunnel http-svr xcp rpclib uuid xcp-inventory
44

ocaml/test/OMakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ OCAMLINCLUDES = \
1313
../license \
1414

1515
OCAML_LIBS = \
16-
../util/version \
16+
../util/xapi_version \
1717
../idl/ocaml_backend/common \
1818
../idl/ocaml_backend/client \
1919
../idl/ocaml_backend/server \

0 commit comments

Comments
 (0)