]> xenbits.xensource.com Git - xcp/xen-api-libs.git/commitdiff
This patch allows future patches to independently add modules to stdext without causi...
authorJonathan Knowles <jonathan.knowles@eu.citrix.com>
Mon, 23 Aug 2010 12:56:54 +0000 (13:56 +0100)
committerJonathan Knowles <jonathan.knowles@eu.citrix.com>
Mon, 23 Aug 2010 12:56:54 +0000 (13:56 +0100)
Signed-off-by: Jonathan Knowles <jonathan.knowles@eu.citrix.com>
stdext/Makefile

index f9f4fcd6098648f699e282cce0a8597c41f037f0..09952d84f0050b6d842bf2bb606002d1c7267d6a 100644 (file)
@@ -20,10 +20,42 @@ FEPP = camlp4o -I ../rpc-light -I $(shell ocamlfind query type-conv) pa_type_con
 OCAML_TEST_INC = -I $(shell ocamlfind query oUnit)
 OCAML_TEST_LIB = $(shell ocamlfind query oUnit)/oUnit.cmxa
 
-STDEXT_OBJS = fun opt listext filenameext stringext arrayext hashtblext pervasiveext threadext ring \
-       qring fring bigbuffer unixext range vIO trie config date encodings fe fecomms \
-       forkhelpers gzip sha1sum zerocheck base64 backtrace tar mapext os either \
-       lazyList extentlistSet set_test
+STDEXT_OBJS = \
+       fun \
+       opt \
+       listext \
+       filenameext \
+       stringext \
+       arrayext \
+       hashtblext \
+       pervasiveext \
+       threadext \
+       ring \
+       qring \
+       fring \
+       bigbuffer \
+       unixext \
+       range \
+       vIO \
+       trie \
+       config \
+       date \
+       encodings \
+       fe \
+       fecomms \
+       forkhelpers \
+       gzip \
+       sha1sum \
+       zerocheck \
+       base64 \
+       backtrace \
+       tar \
+       mapext \
+       os \
+       either \
+       lazyList \
+       extentlistSet \
+       set_test
 
 INTF = $(foreach obj, $(STDEXT_OBJS),$(obj).cmi)
 LIBS = stdext.cma stdext.cmxa