mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
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.
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 };
|