diff options
Diffstat (limited to 'src/libspeex/Makefile.am')
-rw-r--r-- | src/libspeex/Makefile.am | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/libspeex/Makefile.am b/src/libspeex/Makefile.am index ae10631a9..bfe6f35b9 100644 --- a/src/libspeex/Makefile.am +++ b/src/libspeex/Makefile.am @@ -1,7 +1,5 @@ include $(top_srcdir)/misc/Makefile.common -AM_CFLAGS = $(SPEEX_CFLAGS) - libdir = $(XINE_PLUGINDIR) if HAVE_SPEEX @@ -12,4 +10,5 @@ lib_LTLIBRARIES = $(speex_module) xineplug_decode_speex_la_SOURCES = xine_decoder.c xineplug_decode_speex_la_LIBADD = $(SPEEX_LIBS) $(XINE_LIB) -xineplug_decode_speex_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@ +xineplug_decode_speex_la_CFLAGS = $(VISIBILITY_FLAGS) $(SPEEX_CFLAGS) +xineplug_decode_speex_la_LDFLAGS = -avoid-version -module |