search for: a5e902e

Displaying 2 results from an estimated 2 matches for "a5e902e".

Did you mean: a15e9024
2015 May 13
0
[PATCH 2/2] mllib: link tests with automake
...N_tests endif diff --git a/mllib/dummy.c b/mllib/dummy.c new file mode 100644 index 0000000..ebab619 --- /dev/null +++ b/mllib/dummy.c @@ -0,0 +1,2 @@ +/* Dummy source, to be used for OCaml-based tools with no C sources. */ +enum { foo = 1 }; diff --git a/po/POTFILES b/po/POTFILES index 8d2daf7..a5e902e 100644 --- a/po/POTFILES +++ b/po/POTFILES @@ -258,6 +258,7 @@ inspector/inspector.c java/com_redhat_et_libguestfs_GuestFS.c lua/lua-guestfs.c make-fs/make-fs.c +mllib/dummy.c mllib/fsync-c.c mllib/mkdtemp-c.c mllib/progress-c.c -- 2.1.0
2015 May 13
3
[PATCH 1/2] build: factor out the OCaml link.sh scripts
Create a single ocaml-link.sh script, which supports a -cclib parameter so it can be used instead of the per-project link.sh scripts. As result, the libraries for each OCaml application can be moved back to each Makefile.am. --- .gitignore | 7 ------- builder/Makefile.am | 14 ++++++++++++-- builder/link.sh.in | 22 ---------------------- configure.ac | 14