mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
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.
3 lines
90 B
C
3 lines
90 B
C
/* Dummy source, to be used for OCaml-based tools with no C sources. */
|
|
enum { foo = 1 };
|