diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2008-05-09 09:16:32 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2008-05-09 09:16:32 +0000 |
commit | f3c0a1a49b0b505b8543b5b3405bd62126be1a24 (patch) | |
tree | df0eef371e82262e956d4e9f6f2c07fad04c360f /network/Makefile.am | |
parent | 15ea15b3a752f0487bc50d0ea04925f1b9d33dcb (diff) |
Use -no-undefined for linking plugins
Diffstat (limited to 'network/Makefile.am')
-rw-r--r-- | network/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/network/Makefile.am b/network/Makefile.am index e4b5b317..a60fcde0 100644 --- a/network/Makefile.am +++ b/network/Makefile.am @@ -13,7 +13,8 @@ LDADD = $(top_builddir)/common/libhelper.a \ @GDBUS_LIBS@ @GLIB_LIBS@ @DBUS_LIBS@ @BLUEZ_LIBS@ endif -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@ |