summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-03-28 20:53:12 +0000
committerMarcel Holtmann <marcel@holtmann.org>2008-03-28 20:53:12 +0000
commitea56c31528d8fd2b2aba3e9645f64725681cf244 (patch)
tree950e71941a80a3caa19a7a6bec7b01264b5bab9f
parent34b8fd54ca89ff67e3f319747dcf3cf8b9e305f5 (diff)
Fix linking issue with exported symbols
-rw-r--r--audio/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/Makefile.am b/audio/Makefile.am
index 37d7a98f..841617ea 100644
--- a/audio/Makefile.am
+++ b/audio/Makefile.am
@@ -11,6 +11,8 @@ libaudio_la_SOURCES = main.c \
sink.c sink.h avdtp.c avdtp.h \
a2dp.c a2dp.h control.c control.h
+libaudio_la_LDFLAGS = -module -avoid-version -export-symbols-regex bluetooth_plugin_desc
+
LDADD = $(top_builddir)/common/libhelper.a \
@GLIB_LIBS@ @DBUS_LIBS@ @BLUEZ_LIBS@
@@ -50,8 +52,6 @@ libgstbluetooth_la_CFLAGS = @GSTREAMER_CFLAGS@ @SBC_CFLAGS@
endif
endif
-AM_LDFLAGS = -module -avoid-version -export-symbols-regex bluetooth_plugin_desc
-
AM_CFLAGS = @BLUEZ_CFLAGS@ @DBUS_CFLAGS@ @GLIB_CFLAGS@
INCLUDES = -I$(top_srcdir)/common -I$(top_srcdir)/hcid -I$(top_srcdir)/sdpd