File tree Expand file tree Collapse file tree 11 files changed +11
-11
lines changed
Expand file tree Collapse file tree 11 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 11# You must set your XEN_ROOT env var before building
22XEN_CFLAGS = -I$(XEN_ROOT)/usr/include
33OCAMLINCLUDES = $(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
55OCAMLPACKS = stdext uuid gzip
66
77.SUBDIRS: \
Original file line number Diff line number Diff line change 1- OCAML_LIBS = ../util/version ../idl/ocaml_backend/common
1+ OCAML_LIBS = ../util/xapi_version ../idl/ocaml_backend/common
22OCAMLINCLUDES = ../xapi
33OCAMLPACKS += unix cdrom xcp-inventory
44
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ DATABASE_SERVER_FILES = database_server_main test_schemas ../autogen/db_actions
2020DATABASE_TEST_FILES = db_cache_test test_schemas
2121section:
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
Original file line number Diff line number Diff line change 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
22OCAMLINCLUDES = ../idl/ocaml_backend ../xapi ../database
33OCAMLPACKS = xml-light2 uuid sexpr xcp stunnel http-svr gzip uuid xcp-inventory
44
Original file line number Diff line number Diff line change 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
22OCAMLINCLUDES = ../idl/ocaml_backend ../autogen
33OCAMLPACKS = xml-light2 stdext stunnel http-svr xcp rpclib uuid
44
Original file line number Diff line number Diff line change 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
22OCAMLINCLUDES = ../idl/ocaml_backend ../idl ../autogen
33OCAMLPACKS = xml-light2 stdext stunnel http-svr xcp rpclib uuid
44
Original file line number Diff line number Diff line change 1- OCAML_LIBS = ../util/version ../idl/ocaml_backend/xapi_client
1+ OCAML_LIBS = ../util/xapi_version ../idl/ocaml_backend/xapi_client
22OCAMLINCLUDES = ../idl/ocaml_backend ../idl ../autogen ../xapi ../gpg ../util
33OCAMLPACKS = xml-light2 stdext stunnel http-svr xcp rpclib uuid systemd
44
Original file line number Diff line number Diff line change 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
22OCAMLINCLUDES = ../idl/ocaml_backend/ ../idl ../autogen
33OCAMLPACKS = xml-light2 stdext stunnel http-svr xcp rpclib uuid
44
Original file line number Diff line number Diff line change 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
22OCAMLINCLUDES = ../idl/ocaml_backend ../xapi ../idl ../autogen ../client_records
33OCAMLPACKS = xml-light2 stdext stunnel http-svr xcp rpclib uuid xcp-inventory
44
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ OCAMLINCLUDES = \
1313 ../license \
1414
1515OCAML_LIBS = \
16- ../util/version \
16+ ../util/xapi_version \
1717 ../idl/ocaml_backend/common \
1818 ../idl/ocaml_backend/client \
1919 ../idl/ocaml_backend/server \
You can’t perform that action at this time.
0 commit comments