diff options
Diffstat (limited to 'src/libspeex')
-rw-r--r-- | src/libspeex/Makefile.am | 23 |
1 files changed, 2 insertions, 21 deletions
diff --git a/src/libspeex/Makefile.am b/src/libspeex/Makefile.am index 627f14f65..ae10631a9 100644 --- a/src/libspeex/Makefile.am +++ b/src/libspeex/Makefile.am @@ -1,11 +1,7 @@ -## -## Process this file with automake to produce Makefile.in -## +include $(top_srcdir)/misc/Makefile.common AM_CFLAGS = $(SPEEX_CFLAGS) -LIBTOOL = $(SHELL) $(top_builddir)/libtool-nofpic - libdir = $(XINE_PLUGINDIR) if HAVE_SPEEX @@ -15,20 +11,5 @@ endif lib_LTLIBRARIES = $(speex_module) xineplug_decode_speex_la_SOURCES = xine_decoder.c -xineplug_decode_speex_la_LIBADD = $(SPEEX_LIBS) +xineplug_decode_speex_la_LIBADD = $(SPEEX_LIBS) $(XINE_LIB) xineplug_decode_speex_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@ - -debug: -# @$(MAKE) CFLAGS="$(DEBUG_CFLAGS) $(OGG_CFLAGS) $(SPEEX_CFLAGS)" - @$(MAKE) CFLAGS="$(DEBUG_CFLAGS)" - -install-debug: debug - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - -mostlyclean-generic: - -rm -f *~ \#* .*~ .\#* - -maintainer-clean-generic: - -@echo "This command is intended for maintainers to use;" - -@echo "it deletes files that may require special tools to rebuild." - -rm -f Makefile.in |