summaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-05-09 09:16:32 +0000
committerMarcel Holtmann <marcel@holtmann.org>2008-05-09 09:16:32 +0000
commitf3c0a1a49b0b505b8543b5b3405bd62126be1a24 (patch)
treedf0eef371e82262e956d4e9f6f2c07fad04c360f /plugins
parent15ea15b3a752f0487bc50d0ea04925f1b9d33dcb (diff)
Use -no-undefined for linking plugins
Diffstat (limited to 'plugins')
-rw-r--r--plugins/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am
index c403e835..6f07b99a 100644
--- a/plugins/Makefile.am
+++ b/plugins/Makefile.am
@@ -9,7 +9,8 @@ noinst_LTLIBRARIES = libecho.la
libecho_la_SOURCES = echo.c
-AM_LDFLAGS = -module -avoid-version -export-symbols-regex bluetooth_plugin_desc
+AM_LDFLAGS = -module -avoid-version -no-undefined \
+ -export-symbols-regex bluetooth_plugin_desc
AM_CFLAGS = @BLUEZ_CFLAGS@ @DBUS_CFLAGS@ @GLIB_CFLAGS@ @GDBUS_CFLAGS@