From: Matthias Goergens Date: Thu, 17 Jun 2010 21:16:18 +0000 (+0100) Subject: stdext/Os: A simple module for running stuff on the command line. X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=02dce67b3831e5e0f3a40bf5acc7c1016ebd63ed;p=xcp%2Fxen-api-libs.git stdext/Os: A simple module for running stuff on the command line. Signed-off-by: Matthias Goergens --- diff --git a/stdext/Makefile b/stdext/Makefile index 4423730..728d3ea 100644 --- a/stdext/Makefile +++ b/stdext/Makefile @@ -22,7 +22,7 @@ OCAML_TEST_LIB = $(shell ocamlfind query oUnit)/oUnit.cmxa STDEXT_OBJS = fun listext filenameext stringext arrayext hashtblext pervasiveext threadext ring \ qring fring opt bigbuffer unixext range vIO trie config date encodings fe fecomms \ - forkhelpers gzip sha1sum zerocheck base64 backtrace tar mapext + forkhelpers gzip sha1sum zerocheck base64 backtrace tar mapext os INTF = $(foreach obj, $(STDEXT_OBJS),$(obj).cmi) LIBS = stdext.cma stdext.cmxa