btrfs-progs: build: extend per-binary objects
authorDavid Sterba <dsterba@suse.com>
Wed, 24 Feb 2016 12:57:12 +0000 (13:57 +0100)
committerDavid Sterba <dsterba@suse.com>
Mon, 14 Mar 2016 12:42:47 +0000 (13:42 +0100)
commitb5e7979ad27146d8f225b3bc7866c1b17942b6a0
tree4b9b9920d7a85c9d1304e3a19b81a20296222659
parent2ae0b12df07d2d24720ba34e10994351e84a150f
btrfs-progs: build: extend per-binary objects

The standalone utilities could share object files with the main utility,
add a way to specify additional object files in a similar way to the
extra libs. The variable name must match the binary plus _objects
suffix and  s/-/_/ .

Signed-off-by: David Sterba <dsterba@suse.com>
Makefile.in