From 711c71162d608a177e1d5329145a769ad9938de1 Mon Sep 17 00:00:00 2001 From: Juergen Keil Date: Mon, 28 Oct 2002 13:30:58 +0000 Subject: 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 --- src/libw32dll/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libw32dll') diff --git a/src/libw32dll/Makefile.am b/src/libw32dll/Makefile.am index aa7990bdb..d1de190f2 100644 --- a/src/libw32dll/Makefile.am +++ b/src/libw32dll/Makefile.am @@ -20,7 +20,7 @@ libdir = $(XINE_PLUGINDIR) lib_LTLIBRARIES = $(w32dll_codec) xineplug_decode_w32dll_la_SOURCES = w32codec.c -xineplug_decode_w32dll_la_LDFLAGS = -avoid-version -module +xineplug_decode_w32dll_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@ xineplug_decode_w32dll_la_LIBADD = \ $(top_builddir)/src/libw32dll/wine/libwine.la \ $(top_builddir)/src/xine-engine/libxine.la \ -- cgit v1.2.3