diff options
author | Juergen Keil <jkeil@users.sourceforge.net> | 2002-10-28 13:30:58 +0000 |
---|---|---|
committer | Juergen Keil <jkeil@users.sourceforge.net> | 2002-10-28 13:30:58 +0000 |
commit | 711c71162d608a177e1d5329145a769ad9938de1 (patch) | |
tree | 0df767c62638acf67b2fa3f6ac42d466bf1bea91 /src/libxineadec | |
parent | 5facffec3fa4f7a9f57599764513721ba96daa21 (diff) | |
download | xine-lib-711c71162d608a177e1d5329145a769ad9938de1.tar.gz xine-lib-711c71162d608a177e1d5329145a769ad9938de1.tar.bz2 |
Build all xine plugin modules with "-export-symbols-regex xine_plugin_info",
to get a minimal dynamic linker symbol table
CVS patchset: 3073
CVS date: 2002/10/28 13:30:58
Diffstat (limited to 'src/libxineadec')
-rw-r--r-- | src/libxineadec/Makefile.am | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/libxineadec/Makefile.am b/src/libxineadec/Makefile.am index ded631840..03e0d8777 100644 --- a/src/libxineadec/Makefile.am +++ b/src/libxineadec/Makefile.am @@ -2,6 +2,7 @@ # the Makefile for the native xine audio decoders # +LIBTOOL = $(SHELL) $(top_builddir)/libtool-nofpic libdir = $(XINE_PLUGINDIR) @@ -14,18 +15,18 @@ lib_LTLIBRARIES = \ xineplug_decode_gsm610.la xineplug_decode_roqaudio_la_SOURCES = roqaudio.c -xineplug_decode_roqaudio_la_LDFLAGS = -avoid-version -module +xineplug_decode_roqaudio_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@ xineplug_decode_adpcm_la_SOURCES = adpcm.c xineplug_decode_adpcm_la_LIBADD = $(top_builddir)/src/xine-engine/libxine.la -xineplug_decode_adpcm_la_LDFLAGS = -avoid-version -module +xineplug_decode_adpcm_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@ xineplug_decode_logpcm_la_SOURCES = logpcm.c xineplug_decode_logpcm_la_LIBADD = $(top_builddir)/src/xine-engine/libxine.la -xineplug_decode_logpcm_la_LDFLAGS = -avoid-version -module +xineplug_decode_logpcm_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@ xineplug_decode_gsm610_la_SOURCES = gsm610.c -xineplug_decode_gsm610_la_LDFLAGS = -avoid-version -module +xineplug_decode_gsm610_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@ xineplug_decode_gsm610_la_LIBADD = \ $(top_builddir)/src/xine-engine/libxine.la \ $(top_builddir)/src/libxineadec/gsm610/libgsm610.la |