summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon TURNEY <jon.turney@dronecode.org.uk>2012-10-31 23:02:53 +0000
committerJon TURNEY <jon.turney@dronecode.org.uk>2012-11-02 12:12:58 +0000
commitc07df8b07f2843b8c6bf5c32ee09a148941bf3e3 (patch)
treef47df2a01dae3cd527311fc36c13273d8faf6adc
parent262c6dd3dcdc834b3377e8d7fa48f81ea55c3c88 (diff)
Link libxcwm with -no-undefined libtool flag
"Use -no-undefined to assure libtool that the library has no unresolved symbols at link time, so that libtool will build a shared library on platforms that require that all symbols are resolved when the library is linked." Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk> Reviewed-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com>
-rw-r--r--src/libxcwm/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libxcwm/Makefile.am b/src/libxcwm/Makefile.am
index 19bf3aa..d2c9e37 100644
--- a/src/libxcwm/Makefile.am
+++ b/src/libxcwm/Makefile.am
@@ -3,7 +3,7 @@ AM_CFLAGS = $(XCB_CFLAGS) $(BASE_CFLAGS)
INCLUDES = -I${top_srcdir}/include
-libxcwm_la_LDFLAGS = -version-number 0:0:0
+libxcwm_la_LDFLAGS = -version-number 0:0:0 -no-undefined
libxcwm_la_LIBADD = $(XCB_LIBS)