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/libsputext | |
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/libsputext')
-rw-r--r-- | src/libsputext/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsputext/Makefile.am b/src/libsputext/Makefile.am index 763684cc4..fd001f9e8 100644 --- a/src/libsputext/Makefile.am +++ b/src/libsputext/Makefile.am @@ -9,7 +9,7 @@ endif lib_LTLIBRARIES = $(sputext_decoder) xineplug_decode_sputext_la_SOURCES = xine_decoder.c -xineplug_decode_sputext_la_LDFLAGS = -avoid-version -module +xineplug_decode_sputext_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@ ## libgiconv is only needed with FreeBSD xineplug_decode_sputext_la_LIBADD = $(GICONV_BSD_LIBS) |