Added META file.
authorRichard W.M. Jones <rjones@redhat.com>
Fri, 2 May 2008 10:07:14 +0000 (11:07 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Fri, 2 May 2008 10:07:14 +0000 (11:07 +0100)
configure.ac
lib/META.in [new file with mode: 0644]
lib/Makefile.in

index 7e6457b..1ce5461 100644 (file)
@@ -138,6 +138,7 @@ AC_CONFIG_FILES([Makefile
        Make.rules
        diskzip/Makefile
        lib/Makefile
+       lib/META
        po/Makefile
        virt-df/Makefile
        ])
diff --git a/lib/META.in b/lib/META.in
new file mode 100644 (file)
index 0000000..d3ea966
--- /dev/null
@@ -0,0 +1,6 @@
+name="diskimage"
+version="@PACKAGE_VERSION@"
+description="Library for processing disk images"
+archive(byte)="diskimage.cma"
+archive(native)="diskimage.cmxa"
+requires = "bitmatch"
index 0ebd5b8..806e0d7 100644 (file)
@@ -107,6 +107,6 @@ int63.cmi: int63.ml int63.mli
 #      $(OCAMLFIND) ocamlopt $^ -o $@
 
 install:
-       ocamlfind install diskimage *.mli *.cma *.cmx *.cmxa *.a
+       ocamlfind install diskimage META *.mli *.cma *.cmx *.cmxa *.a
 
 include ../Make.rules