From b6df42fc56f8959e6cbf0a6f44efc4173ebe7fa7 Mon Sep 17 00:00:00 2001 From: Jonathan Knowles Date: Mon, 23 Aug 2010 13:58:27 +0100 Subject: [PATCH] Adds an int64ext module. This module includes a set of commonly-used operators that work with the int64 data type. Signed-off-by: Jonathan Knowles --- stdext/Makefile | 1 + xapi-libs.spec | 2 ++ 2 files changed, 3 insertions(+) diff --git a/stdext/Makefile b/stdext/Makefile index 09952d8..444bd19 100644 --- a/stdext/Makefile +++ b/stdext/Makefile @@ -30,6 +30,7 @@ STDEXT_OBJS = \ hashtblext \ pervasiveext \ threadext \ + int64ext \ ring \ qring \ fring \ diff --git a/xapi-libs.spec b/xapi-libs.spec index 73e9137..2d36f48 100644 --- a/xapi-libs.spec +++ b/xapi-libs.spec @@ -201,6 +201,8 @@ rm -rf $RPM_BUILD_ROOT /usr/lib/ocaml/stdext/gzip.cmx /usr/lib/ocaml/stdext/hashtblext.cmi /usr/lib/ocaml/stdext/hashtblext.cmx + /usr/lib/ocaml/stdext/int64ext.cmi + /usr/lib/ocaml/stdext/int64ext.cmx /usr/lib/ocaml/stdext/libstdext_stubs.a /usr/lib/ocaml/stdext/lazyList.cmi /usr/lib/ocaml/stdext/lazyList.cmx -- 2.39.5