Link with -no-undefined
authorJon TURNEY <jon.turney@dronecode.org.uk>
Tue, 26 Oct 2010 15:21:28 +0000 (16:21 +0100)
committerKristian Høgsberg <krh@bitplanet.net>
Tue, 26 Oct 2010 18:11:38 +0000 (14:11 -0400)
commitf94a64cc08b47cdbfdfea5b5756340246fc391ed
treee8df318ca197566bab89205a8beeb061af901c2e
parent8d2c522f3156c3381d8530ce2346d1ec84fafe8d
Link with -no-undefined

Use -no-undefined to assure libtool that the libxkbcommon library has
no unresolved symbols at link time, so that libtool will build a shared
library on platforms require that all symbols are resolved when the
library is linked.

Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
src/Makefile.am