diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2007-08-29 11:30:47 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2007-08-29 11:30:47 +0000 |
commit | 60fa5f6cfbfe82c239bb957c1a3298bceaa62604 (patch) | |
tree | 3b1a67f7f3fa58e28ae49a49eb6e6348b6dfce06 /audio | |
parent | dad4c62b54ab078c1d5525e80be9c6391ea1731a (diff) |
Only export gst_plugin_desc
Diffstat (limited to 'audio')
-rw-r--r-- | audio/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/Makefile.am b/audio/Makefile.am index a670fced..c54a8e72 100644 --- a/audio/Makefile.am +++ b/audio/Makefile.am @@ -44,7 +44,7 @@ libgstbluetooth_la_SOURCES = gstbluetooth.c ipc.h \ gstsbcdec.h gstsbcdec.c \ gstsbcparse.h gstsbcparse.c \ gsta2dpsink.h gsta2dpsink.c -libgstbluetooth_la_LDFLAGS = -module -avoid-version -export-symbols-regex [_]*\(gst_\|Gst\|GST_\).* +libgstbluetooth_la_LDFLAGS = -module -avoid-version -export-symbols-regex gst_plugin_desc libgstbluetooth_la_LIBADD = @SBC_LIBS@ @GSTREAMER_LIBS@ -lgstaudio-0.10 libgstbluetooth_la_CFLAGS = @GSTREAMER_CFLAGS@ @SBC_CFLAGS@ endif |