Files
libguestfs/sparsify/dummy.c
Richard W.M. Jones 1e2877c6f4 mllib: Build a mllib.cma/mllib.cmxa library.
Instead of linking with individual objects, which is very tedious,
build a proper library and link the other tools with it.

This doesn't make the resulting binaries any larger.
2016-07-14 15:28:10 +01:00

3 lines
90 B
C

/* Dummy source, to be used for OCaml-based tools with no C sources. */
enum { foo = 1 };