diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/xine-engine/Makefile.am | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/xine-engine/Makefile.am b/src/xine-engine/Makefile.am index b2442c571..e0f1406ea 100644 --- a/src/xine-engine/Makefile.am +++ b/src/xine-engine/Makefile.am @@ -9,7 +9,6 @@ lib_LTLIBRARIES = libxine.la libxine_la_SOURCES = xine.c metronom.c configfile.c buffer.c monitor.c \ utils.c cpu_accel.c load_plugins.c video_decoder.c \ audio_decoder.c video_out.c -libxine_la_DEPENDENCIES = libsdeps libxine_la_LIBADD = \ ## $(top_srcdir)/src/libspudec/libspudec.la \ $(THREAD_LIBS) \ @@ -46,10 +45,6 @@ install-debug: debug @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -libsdeps: - @cd $(top_builddir)/src/libmpg123 && $(MAKE) CFLAGS="$(CFLAGS)" libmpg123.la -## @cd $(top_builddir)/src/libspudec && $(MAKE) libspudec.la - ### # Install header files (default=$includedir/xine) |