Files
libguestfs/sysprep/dummy.c
Richard W.M. Jones 6a0fe553b9 customize: Build a customize.cma/customize.cmxa library.
Instead of linking with individual objects, which is very tedious,
build a proper library and link virt-builder, virt-customize and
virt-sysprep to it.

This makes the binaries a tiny bit smaller because .cmxa/.a files
allow unused code to be removed by the linker, whereas explicitly
linking .cmx/.o files does not.
2016-07-14 15:40:42 +01:00

3 lines
90 B
C

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