From eba8e15659a34357921e3b47b4f9c73b1e953ee2 Mon Sep 17 00:00:00 2001 From: Michael Roitzsch Date: Mon, 17 Feb 2003 14:58:40 +0000 Subject: libfame cflag fix CVS patchset: 4182 CVS date: 2003/02/17 14:58:40 --- m4/libfame.m4 | 2 -- src/dxr3/Makefile.am | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/m4/libfame.m4 b/m4/libfame.m4 index 1d660ef10..e968bcf44 100644 --- a/m4/libfame.m4 +++ b/m4/libfame.m4 @@ -170,8 +170,6 @@ main () LIBS="$ac_save_LIBS" fi fi - LIBFAME_CFLAGS="" - LIBFAME_LIBS="" ifelse([$3], , :, [$3]) fi diff --git a/src/dxr3/Makefile.am b/src/dxr3/Makefile.am index 7bcf5e270..67bb828e2 100644 --- a/src/dxr3/Makefile.am +++ b/src/dxr3/Makefile.am @@ -1,4 +1,4 @@ -AM_CFLAGS = $(X_CFLAGS) +AM_CFLAGS = $(X_CFLAGS) $(LIBFAME_CFLAGS) LIBTOOL = $(SHELL) $(top_builddir)/libtool-nofpic XINE_LIB = $(top_builddir)/src/xine-engine/libxine.la -- cgit v1.2.3