From 7aaf734726755fb375e12a1a21a6b8b5ef4a78e7 Mon Sep 17 00:00:00 2001 From: Guenter Bartsch Date: Thu, 19 Sep 2002 15:25:51 +0000 Subject: small fix to link libxineutils statically, not dynamically to libxine CVS patchset: 2709 CVS date: 2002/09/19 15:25:51 --- src/xine-engine/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/xine-engine/Makefile.am b/src/xine-engine/Makefile.am index 3eb49b69f..be75dd05e 100644 --- a/src/xine-engine/Makefile.am +++ b/src/xine-engine/Makefile.am @@ -16,10 +16,10 @@ libxine_la_SOURCES = $(nvtv) xine.c metronom.c configfile.c buffer.c \ audio_decoder.c video_out.c audio_out.c resample.c events.c lrb.c \ video_overlay.c osd.c scratch.c locale.c demux.c vo_scale.c xine_interface.c libxine_la_DEPENDENCIES = @INTLLIBS@ -libxine_la_LIBADD = $(THREAD_LIBS) $(DYNAMIC_LD_LIBS) @INTLLIBS@ $(ZLIB_LIBS) -lm -lxineutils +libxine_la_LIBADD = $(THREAD_LIBS) $(DYNAMIC_LD_LIBS) @INTLLIBS@ $(ZLIB_LIBS)\ + -lm $(top_builddir)/src/xine-utils/libxineutils.la libxine_la_LDFLAGS = \ - -L$(top_builddir)/src/xine-utils \ -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) include_HEADERS = buffer.h metronom.h configfile.h vo_scale.h \ -- cgit v1.2.3