From a5171860bcd55e56bacec9894c31c89d6b683494 Mon Sep 17 00:00:00 2001 From: Robin KAY Date: Mon, 30 Aug 2004 00:55:18 +0000 Subject: Fix the way the library path is supplied when testing for libdga. Disable compilation of win32/contrib/setenv.c on non-Win32 platforms (I don't see why it's necessary at all as we have xine_setenv). Front-ends use symbols in src/xine-utils but these aren't being exported in libxine.so because they come from an internal archive library. Compile xmlparser.c in src/xine-engine/Makefile.am for now (is there a better solution?). CVS patchset: 6917 CVS date: 2004/08/30 00:55:18 --- src/xine-utils/Makefile.am | 1 - 1 file changed, 1 deletion(-) (limited to 'src/xine-utils') diff --git a/src/xine-utils/Makefile.am b/src/xine-utils/Makefile.am index d2d9699ed..3fefad590 100644 --- a/src/xine-utils/Makefile.am +++ b/src/xine-utils/Makefile.am @@ -28,7 +28,6 @@ libxineutils_la_SOURCES = $(pppc_files) \ xine_check.c \ xine_mutex.c \ xmllexer.c \ - xmlparser.c \ xine_buffer.c libxineutils_la_DEPENDENCIES = $(TIMER_LIB) -- cgit v1.2.3