Skip to content

Commit

Permalink
Put 'features' into xapi-types.
Browse files Browse the repository at this point in the history
Signed-off-by: Jon Ludlam <jonathan.ludlam@citrix.com>
  • Loading branch information
jonludlam committed Jan 4, 2017
1 parent 515d438 commit 33bd385
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ocaml/xapi-types/OMakefile
@@ -1,9 +1,9 @@
COMMON_OBJS = ref aPI event_types
COMMON_OBJS = ref aPI event_types features
OCAMLINCLUDES += ../idl ../xapi ../idl/ocaml_backend
OCAMLPACKS += http-svr

OCamlLibrary(xapi-types, $(COMMON_OBJS))
UseCamlp4(rpclib.syntax, event_types aPI)
UseCamlp4(rpclib.syntax, event_types aPI features)

.PHONY: clean
clean:
Expand Down
File renamed without changes.
File renamed without changes.
3 changes: 1 addition & 2 deletions ocaml/xapi/OMakefile
Expand Up @@ -12,7 +12,7 @@ OCAMLINCLUDES = ../idl ../idl/ocaml_backend \
../auth ../client_records ../rfb \
../xapi-types ../xapi-client

UseCamlp4(rpclib.syntax, features storage_impl xapi_globs locking_helpers xapi_udhcpd storage_migrate \
UseCamlp4(rpclib.syntax, storage_impl xapi_globs locking_helpers xapi_udhcpd storage_migrate \
xapi_services system_domains cancel_tests config_file_sync updates \
sparse_dd_wrapper vhd_tool_wrapper)

Expand Down Expand Up @@ -285,7 +285,6 @@ XAPI_MODULES = \
certificates \
bios_strings \
xapi_config \
features \
pool_features \
license_init \
xapi_pci \
Expand Down

0 comments on commit 33bd385

Please sign in to comment.