dtc/libfdt
Paolo Bonzini 99c1db78dc libfdt: include version number in soname
The libfdt shared library is only installed by its unversioned name.
Including it properly in a distribution requires installation of both
the versioned name (used in the binary-only package) and the unversioned
name (used in the development package).  The latter is just a symbolic
link, so you need to change the soname in turn to include the version.

While at it, use Makefile variables to shorten some lines and avoid
cut-and-paste typos; and clean up remnants of when shared libraries were
not supported on Darwin.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
2011-04-29 08:40:31 -05:00
..
Makefile.libfdt libfdt: include version number in soname 2011-04-29 08:40:31 -05:00
TODO dtc: Update TODO files 2007-12-19 08:20:26 -06:00
fdt.c libfdt: Implement property iteration functions 2010-03-10 08:13:00 -06:00
fdt.h Fix whitespace in libfdt/fdt.h 2007-11-28 09:44:27 -06:00
fdt_ro.c libfdt: Implement property iteration functions 2010-03-10 08:13:00 -06:00
fdt_rw.c libfdt: Rework/cleanup fdt_next_tag() 2009-02-06 11:19:14 -06:00
fdt_strerror.c libfdt: Increase namespace-pollution paranoia 2008-07-14 12:36:27 -05:00
fdt_sw.c Fix a possible overflow case detected by gcc 4.3.2 2009-02-23 13:33:00 -06:00
fdt_wip.c libfdt: Rework fdt_next_node() 2009-02-06 11:19:10 -06:00
libfdt.h libfdt: Implement property iteration functions 2010-03-10 08:13:00 -06:00
libfdt_env.h dtc: Address an assortment of portability problems 2008-07-14 12:21:18 -05:00
libfdt_internal.h libfdt: Implement property iteration functions 2010-03-10 08:13:00 -06:00
version.lds libfdt: Add version.lds file 2009-01-02 08:56:42 -06:00