[telepathy-mission-control/master] Explain why the libtool command line for the test plugin is so long
Simon McVittie
simon.mcvittie at collabora.co.uk
Tue May 19 09:50:04 PDT 2009
---
test/twisted/Makefile.am | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/test/twisted/Makefile.am b/test/twisted/Makefile.am
index 7676e40..1df5a05 100644
--- a/test/twisted/Makefile.am
+++ b/test/twisted/Makefile.am
@@ -35,6 +35,9 @@ TWISTED_SEPARATE_TESTS = \
# A demo dispatcher plugin
noinst_LTLIBRARIES = test-plugin.la
test_plugin_la_SOURCES = test-plugin.c
+# these runes are necessary to make libtool build a dlopen()able shared
+# library even though it's not going to be installed - the default for noinst
+# libraries is static
test_plugin_la_LDFLAGS = -module -shared -avoid-version -rpath @abs_builddir@
# A debug version of the normal MC executable, which exits cleanly on
--
1.5.6.5
More information about the telepathy-commits
mailing list