summaryrefslogtreecommitdiff
path: root/src/libsputext
diff options
context:
space:
mode:
Diffstat (limited to 'src/libsputext')
-rw-r--r--src/libsputext/Makefile.am2
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)