diff options
Diffstat (limited to 'src/libsputext/Makefile.am')
-rw-r--r-- | src/libsputext/Makefile.am | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/libsputext/Makefile.am b/src/libsputext/Makefile.am index 99fbbd213..362f9319e 100644 --- a/src/libsputext/Makefile.am +++ b/src/libsputext/Makefile.am @@ -8,8 +8,10 @@ lib_LTLIBRARIES = $(sputext_decoder) xineplug_dmx_sputext_la_SOURCES = demux_sputext.c xineplug_dmx_sputext_la_LIBADD = $(XINE_LIB) -xineplug_dmx_sputext_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@ +xineplug_dmx_sputext_la_CFLAGS = $(VISIBILITY_FLAG) +xineplug_dmx_sputext_la_LDFLAGS = -avoid-version -module xineplug_decode_sputext_la_SOURCES = xine_decoder.c xineplug_decode_sputext_la_LIBADD = $(XINE_LIB) -xineplug_decode_sputext_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@ +xineplug_decode_sputext_la_CFLAGS = $(VISIBILITY_FLAG) +xineplug_decode_sputext_la_LDFLAGS = -avoid-version -module |